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.
-