Uses of Interface
com.azure.resourcemanager.network.models.LocalNetworkGateway.DefinitionStages.WithAddressSpace
-
Packages that use LocalNetworkGateway.DefinitionStages.WithAddressSpace Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of LocalNetworkGateway.DefinitionStages.WithAddressSpace in com.azure.resourcemanager.network.models
Subinterfaces of LocalNetworkGateway.DefinitionStages.WithAddressSpace in com.azure.resourcemanager.network.models 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.azure.resourcemanager.network.models 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.
-