Uses of Interface
com.microsoft.azure.management.network.VirtualNetworkGatewayConnection.DefinitionStages.WithCreate
-
Packages that use VirtualNetworkGatewayConnection.DefinitionStages.WithCreate Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of VirtualNetworkGatewayConnection.DefinitionStages.WithCreate in com.microsoft.azure.management.network
Subinterfaces of VirtualNetworkGatewayConnection.DefinitionStages.WithCreate in com.microsoft.azure.management.network Modifier and Type Interface Description static interfaceVirtualNetworkGatewayConnection.DefinitionThe entirety of the virtual network gateway connection definition.Methods in com.microsoft.azure.management.network that return VirtualNetworkGatewayConnection.DefinitionStages.WithCreate Modifier and Type Method Description VirtualNetworkGatewayConnection.DefinitionStages.WithCreateVirtualNetworkGatewayConnection.DefinitionStages.WithAuthorization. withAuthorization(String authorizationKey)Specify authorization key.VirtualNetworkGatewayConnection.DefinitionStages.WithCreateVirtualNetworkGatewayConnection.DefinitionStages.WithBgp. withBgp()Enable BGP for the connection.VirtualNetworkGatewayConnection.DefinitionStages.WithCreateVirtualNetworkGatewayConnection.DefinitionStages.WithConnectionType. withExpressRoute(ExpressRouteCircuit circuit)Create Express Route connection.VirtualNetworkGatewayConnection.DefinitionStages.WithCreateVirtualNetworkGatewayConnection.DefinitionStages.WithConnectionType. withExpressRoute(String circuitId)Create Express Route connection.VirtualNetworkGatewayConnection.DefinitionStages.WithCreateVirtualNetworkGatewayConnection.DefinitionStages.WithSharedKey. withSharedKey(String sharedKey)Specify shared key.
-