HasPublicIpAddress Interface
public interface HasPublicIpAddress
An interface representing a model's ability to reference a public IP address.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Public |
getPublicIpAddress() |
abstract
Mono<Public |
getPublicIpAddressAsync() |
abstract String | publicIpAddressId() |
Method Details
getPublicIpAddress
public abstract PublicIpAddress getPublicIpAddress()
Returns:
the associated public IP address
getPublicIpAddressAsync
public abstract Mono
Returns:
the associated public IP address
publicIpAddressId
public abstract String publicIpAddressId()
Returns:
the resource ID of the associated public IP address
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java