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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for Java