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 com.azure.resourcemanager.resources.fluentcore.arm.models.HasParent
parentMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsCreating
defineMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsDeletingById
deleteById, deleteByIdAsyncMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsDeletingByName
deleteByName, deleteByNameAsyncMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingById
getById, getByIdAsyncMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingByName
getByName, getByNameAsyncMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsListing
list, listAsync
-
Method Details