Uses of Interface
com.azure.resourcemanager.network.models.VirtualNetworkGatewayConnection.DefinitionStages.WithCreate
Packages that use VirtualNetworkGatewayConnection.DefinitionStages.WithCreate
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of VirtualNetworkGatewayConnection.DefinitionStages.WithCreate in com.azure.resourcemanager.network.models
Subinterfaces of VirtualNetworkGatewayConnection.DefinitionStages.WithCreate in com.azure.resourcemanager.network.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the virtual network gateway connection definition.Methods in com.azure.resourcemanager.network.models that return VirtualNetworkGatewayConnection.DefinitionStages.WithCreateModifier and TypeMethodDescriptionVirtualNetworkGatewayConnection.DefinitionStages.WithAuthorization.withAuthorization(String authorizationKey) Specify authorization key.VirtualNetworkGatewayConnection.DefinitionStages.WithBgp.withBgp()Enable BGP for the connection.VirtualNetworkGatewayConnection.DefinitionStages.WithConnectionType.withExpressRoute(ExpressRouteCircuit circuit) Create Express Route connection.VirtualNetworkGatewayConnection.DefinitionStages.WithConnectionType.withExpressRoute(String circuitId) Create Express Route connection.VirtualNetworkGatewayConnection.DefinitionStages.WithSharedKey.withSharedKey(String sharedKey) Specify shared key.