Interface HasPublicIPAddress.UpdateDefinitionStages
-
- Enclosing interface:
- HasPublicIPAddress
public static interface HasPublicIPAddress.UpdateDefinitionStagesGrouping of definition stages applicable as part of a parent resource update, involving specifying a public IP address.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceHasPublicIPAddress.UpdateDefinitionStages.WithExistingPublicIPAddress<ReturnT>The stage of the definition allowing to associate the resource with an existing public IP address.static interfaceHasPublicIPAddress.UpdateDefinitionStages.WithNewPublicIPAddress<ReturnT>The stage of the definition allowing to associate the resource with a new public IP address.static interfaceHasPublicIPAddress.UpdateDefinitionStages.WithNewPublicIPAddressNoDnsLabel<ReturnT>The stage of the definition allowing to associate the resource with a new public IP address.static interfaceHasPublicIPAddress.UpdateDefinitionStages.WithPublicIPAddress<ReturnT>The stage of the definition allowing to associate the resource with a public IP address.static interfaceHasPublicIPAddress.UpdateDefinitionStages.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.
-