Interface VirtualNetworkGatewayConnections
- All Superinterfaces:
HasParent<VirtualNetworkGateway>, SupportsCreating<VirtualNetworkGatewayConnection.DefinitionStages.Blank>, SupportsDeletingById, SupportsDeletingByName, SupportsGettingById<VirtualNetworkGatewayConnection>, SupportsGettingByName<VirtualNetworkGatewayConnection>, SupportsListing<VirtualNetworkGatewayConnection>
public interface VirtualNetworkGatewayConnections
extends SupportsCreating<VirtualNetworkGatewayConnection.DefinitionStages.Blank>, SupportsListing<VirtualNetworkGatewayConnection>, SupportsGettingByName<VirtualNetworkGatewayConnection>, SupportsGettingById<VirtualNetworkGatewayConnection>, SupportsDeletingByName, SupportsDeletingById, HasParent<VirtualNetworkGateway>
Entry point for virtual network gateway connections management API in Azure.
-
Method Summary
Modifier and TypeMethodDescriptionGets the shared key of the virtual network gateway connection by resource ID.Gets the shared key of the virtual network gateway connection by resource ID.setSharedKeyById(String id, String sharedKey) Sets the shared key of the virtual network gateway connection.setSharedKeyByIdAsync(String id, String sharedKey) Sets the shared key of the virtual network gateway connection.setSharedKeyByName(String name, String sharedKey) Sets the shared key of the virtual network gateway connection.setSharedKeyByNameAsync(String name, String sharedKey) Sets the shared key of the virtual network gateway connection.Methods inherited from interface SupportsCreating
defineMethods inherited from interface SupportsDeletingById
deleteById, deleteByIdAsyncMethods inherited from interface SupportsDeletingByName
deleteByName, deleteByNameAsyncMethods inherited from interface SupportsGettingById
getById, getByIdAsyncMethods inherited from interface SupportsGettingByName
getByName, getByNameAsyncMethods inherited from interface SupportsListing
list, listAsync
-
Method Details