Interface HasPrivateIpAddress
-
- All Known Subinterfaces:
ApplicationGateway,ApplicationGatewayFrontend,LoadBalancerPrivateFrontend,NicIpConfiguration,NicIpConfigurationBase,VirtualMachineScaleSetNicIpConfiguration
public interface HasPrivateIpAddressAn interface representing a model's ability to reference a private IP address.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceHasPrivateIpAddress.DefinitionStagesGrouping of definition stages involving specifying the private IP address.static interfaceHasPrivateIpAddress.UpdateDefinitionStagesGrouping of definition stages applicable as part of a parent resource update, involving specifying the private IP address.static interfaceHasPrivateIpAddress.UpdateStagesGrouping of update stages involving modifying the private IP address.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringprivateIpAddress()IpAllocationMethodprivateIpAllocationMethod()
-
-
-
Method Detail
-
privateIpAddress
String privateIpAddress()
- Returns:
- the private IP address associated with this resource
-
privateIpAllocationMethod
IpAllocationMethod privateIpAllocationMethod()
- Returns:
- the private IP address allocation method within the associated subnet
-
-