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
-
-