public interface HasPublicIpAddress
| Modifier and Type | Interface and Description |
|---|---|
static interface |
HasPublicIpAddress.DefinitionStages
Grouping of definition stages involving specifying the public IP address.
|
static interface |
HasPublicIpAddress.UpdateDefinitionStages
Grouping of definition stages applicable as part of a parent resource update, involving specifying a public IP
address.
|
static interface |
HasPublicIpAddress.UpdateStages
Grouping of update stages involving modifying an existing reference to a public IP address.
|
| Modifier and Type | Method and Description |
|---|---|
PublicIpAddress |
getPublicIpAddress() |
Mono<PublicIpAddress> |
getPublicIpAddressAsync() |
String |
publicIpAddressId() |
String publicIpAddressId()
PublicIpAddress getPublicIpAddress()
Mono<PublicIpAddress> getPublicIpAddressAsync()
Copyright © 2021 Microsoft Corporation. All rights reserved.