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