Interface HasPublicIpAddress.UpdateStages
-
- Enclosing interface:
- HasPublicIpAddress
public static interface HasPublicIpAddress.UpdateStagesGrouping of update stages involving modifying an existing reference to a public IP address.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceHasPublicIpAddress.UpdateStages.WithExistingPublicIPAddress<ReturnT>The stage of the update allowing to associate the resource with an existing public IP address.static interfaceHasPublicIpAddress.UpdateStages.WithNewPublicIPAddress<ReturnT>The stage of the update allowing to associate the resource with a new public IP address.static interfaceHasPublicIpAddress.UpdateStages.WithNewPublicIPAddressNoDnsLabel<ReturnT>The stage of the update allowing to associate the resource with a new public IP address.static interfaceHasPublicIpAddress.UpdateStages.WithPublicIPAddress<ReturnT>The stage definition allowing to associate the resource with a public IP address.static interfaceHasPublicIpAddress.UpdateStages.WithPublicIPAddressNoDnsLabel<ReturnT>The stage of the update allowing to associate the resource with a public IP address, but not allowing to create one with a DNS leaf label.
-