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
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceGrouping of definition stages involving specifying the private IP address.static interfaceGrouping of definition stages applicable as part of a parent resource update, involving specifying the private IP address.static interfaceGrouping of update stages involving modifying the private IP address. -
Method Summary
Modifier and TypeMethodDescriptionGets the private IP address associated with this resource.Gets the private IP address allocation method within the associated subnet.
-
Method Details
-
privateIpAddress
String privateIpAddress()Gets the private IP address associated with this resource.- Returns:
- the private IP address associated with this resource
-
privateIpAllocationMethod
IpAllocationMethod privateIpAllocationMethod()Gets the private IP address allocation method within the associated subnet.- Returns:
- the private IP address allocation method within the associated subnet
-