Uses of Interface
com.microsoft.azure.management.network.LocalNetworkGateway.DefinitionStages.WithAddressSpace
-
Packages that use LocalNetworkGateway.DefinitionStages.WithAddressSpace Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of LocalNetworkGateway.DefinitionStages.WithAddressSpace in com.microsoft.azure.management.network
Subinterfaces of LocalNetworkGateway.DefinitionStages.WithAddressSpace in com.microsoft.azure.management.network Modifier and Type Interface Description static interfaceLocalNetworkGateway.DefinitionThe entirety of the local network gateway definition.static interfaceLocalNetworkGateway.DefinitionStages.WithCreateThe stage of the local network gateway definition which contains all the minimum required inputs for the resource to be created (viaCreatable.create()).Methods in com.microsoft.azure.management.network that return LocalNetworkGateway.DefinitionStages.WithAddressSpace Modifier and Type Method Description LocalNetworkGateway.DefinitionStages.WithAddressSpaceLocalNetworkGateway.DefinitionStages.WithIPAddress. withIPAddress(String ipAddress)Specifies the IP address of the local network gateway.
-