Uses of Interface
com.microsoft.azure.management.network.LocalNetworkGateway.DefinitionStages.WithCreate
-
Packages that use LocalNetworkGateway.DefinitionStages.WithCreate Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of LocalNetworkGateway.DefinitionStages.WithCreate in com.microsoft.azure.management.network
Subinterfaces of LocalNetworkGateway.DefinitionStages.WithCreate in com.microsoft.azure.management.network Modifier and Type Interface Description static interfaceLocalNetworkGateway.DefinitionThe entirety of the local network gateway definition.Methods in com.microsoft.azure.management.network that return LocalNetworkGateway.DefinitionStages.WithCreate Modifier and Type Method Description LocalNetworkGateway.DefinitionStages.WithCreateLocalNetworkGateway.DefinitionStages.WithAddressSpace. withAddressSpace(String cidr)Adds address space.LocalNetworkGateway.DefinitionStages.WithCreateLocalNetworkGateway.DefinitionStages.WithBgp. withBgp(long asn, String bgpPeeringAddress)Enables BGP.
-