Interface HasPublicIPAddress
- All Known Subinterfaces:
ApplicationGatewayFrontend
,ApplicationGatewayListener
,ApplicationGatewayRequestRoutingRule
,LoadBalancerPublicFrontend
,NicIPConfiguration
public interface HasPublicIPAddress
An interface representing a model's ability to reference a public IP address.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Grouping of definition stages involving specifying the public IP address.static interface
Grouping of definition stages applicable as part of a parent resource update, involving specifying a public IP address.static interface
Grouping of update stages involving modifying an existing reference to a public IP address. -
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
publicIPAddressId
String publicIPAddressId()- Returns:
- the resource ID of the associated public IP address
-
getPublicIPAddress
PublicIPAddress getPublicIPAddress()- Returns:
- the associated public IP address
-