Interface VirtualNetworkGatewayConnectionApi
- All Superinterfaces:
AutoCloseable
,Closeable
@Path("/resourcegroups/{resourcegroup}/providers/Microsoft.Network/connections")
@Consumes("application/json")
public interface VirtualNetworkGatewayConnectionApi
extends Closeable
-
Method Summary
Modifier and TypeMethodDescriptioncreateOrUpdate
(String name, String location, Map<String, String> tags, VirtualNetworkGatewayConnectionProperties properties) getSharedKey
(String name) list()
-
Method Details
-
list
-
get
@Named("virtualnetworkgatewayconnection:get") @Path("/{name}") @GET VirtualNetworkGatewayConnection get(@PathParam("name") String name) -
createOrUpdate
@Named("virtualnetworkgatewayconnection:createOrUpdate") @Path("/{name}") @PUT VirtualNetworkGatewayConnection createOrUpdate(@PathParam("name") String name, String location, @Nullable Map<String, String> tags, VirtualNetworkGatewayConnectionProperties properties) -
delete
-