public static interface HasPublicIpAddress.DefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
HasPublicIpAddress.DefinitionStages.WithExistingPublicIPAddress<ReturnT>
The stage of the definition allowing to associate the resource with an existing public IP address.
|
static interface |
HasPublicIpAddress.DefinitionStages.WithNewPublicIPAddress<ReturnT>
The stage of the definition allowing to associate the resource with a new public IP address.
|
static interface |
HasPublicIpAddress.DefinitionStages.WithNewPublicIPAddressNoDnsLabel<ReturnT>
The stage of the definition allowing to associate the resource with a new public IP address.
|
static interface |
HasPublicIpAddress.DefinitionStages.WithPublicIPAddress<ReturnT>
The stage of the definition allowing to associate the resource with a public IP address.
|
static interface |
HasPublicIpAddress.DefinitionStages.WithPublicIPAddressNoDnsLabel<ReturnT>
The stage of the definition allowing to associate the resource with a public IP address, but not allowing to
create one with a DNS leaf label.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.