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()
Gets the associated public IP address. |
abstract
Mono<Public |
getPublicIpAddressAsync()
Gets the associated public IP address. |
abstract String |
publicIpAddressId()
Gets the resource ID of the associated public IP address. |
Method Details
getPublicIpAddress
public abstract PublicIpAddress getPublicIpAddress()
Gets the associated public IP address.
Returns:
the associated public IP address
getPublicIpAddressAsync
public abstract Mono
Gets the associated public IP address.
Returns:
the associated public IP address
publicIpAddressId
public abstract String publicIpAddressId()
Gets the resource ID of the associated public IP address.
Returns:
the resource ID of the associated public IP address
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Java