Interface HasPublicIpAddress
-
- All Known Subinterfaces:
ApplicationGatewayFrontend,ApplicationGatewayListener,ApplicationGatewayRequestRoutingRule,LoadBalancerPublicFrontend,NicIpConfiguration
public interface HasPublicIpAddressAn interface representing a model's ability to reference a public IP address.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceHasPublicIpAddress.DefinitionStagesGrouping of definition stages involving specifying the public IP address.static interfaceHasPublicIpAddress.UpdateDefinitionStagesGrouping of definition stages applicable as part of a parent resource update, involving specifying a public IP address.static interfaceHasPublicIpAddress.UpdateStagesGrouping of update stages involving modifying an existing reference to a public IP address.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PublicIpAddressgetPublicIpAddress()Mono<PublicIpAddress>getPublicIpAddressAsync()StringpublicIpAddressId()
-
-
-
Method Detail
-
publicIpAddressId
String publicIpAddressId()
- Returns:
- the resource ID of the associated public IP address
-
getPublicIpAddress
PublicIpAddress getPublicIpAddress()
- Returns:
- the associated public IP address
-
getPublicIpAddressAsync
Mono<PublicIpAddress> getPublicIpAddressAsync()
- Returns:
- the associated public IP address
-
-