Uses of Interface
com.azure.resourcemanager.network.models.VirtualNetworkGatewayConnection.DefinitionStages.WithCreate
-
Packages that use VirtualNetworkGatewayConnection.DefinitionStages.WithCreate Package Description com.azure.resourcemanager.network.models 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.models Modifier and Type Interface Description static interfaceVirtualNetworkGatewayConnection.DefinitionThe entirety of the virtual network gateway connection definition.Methods in com.azure.resourcemanager.network.models 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.
-