Interface HasPrivateIPAddress
- All Known Subinterfaces:
ApplicationGateway
,ApplicationGatewayFrontend
,LoadBalancerPrivateFrontend
,NicIPConfiguration
,NicIPConfigurationBase
,VirtualMachineScaleSetNicIPConfiguration
public interface HasPrivateIPAddress
An interface representing a model's ability to reference a private IP address.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Grouping of definition stages involving specifying the private IP address.static interface
Grouping of definition stages applicable as part of a parent resource update, involving specifying the private IP address.static interface
Grouping of update stages involving modifying the private IP address. -
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
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
-