Uses of Interface
com.azure.resourcemanager.network.models.LocalNetworkGateway.DefinitionStages.WithCreate
-
Packages that use LocalNetworkGateway.DefinitionStages.WithCreate Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of LocalNetworkGateway.DefinitionStages.WithCreate in com.azure.resourcemanager.network.models
Subinterfaces of LocalNetworkGateway.DefinitionStages.WithCreate in com.azure.resourcemanager.network.models Modifier and Type Interface Description static interfaceLocalNetworkGateway.DefinitionThe entirety of the local network gateway definition.Methods in com.azure.resourcemanager.network.models 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.
-