Interface HasPublicIpAddress.UpdateStages.WithPublicIPAddressNoDnsLabel<ReturnT>
-
- Type Parameters:
ReturnT- the next stage of the definition
- All Superinterfaces:
HasPublicIpAddress.UpdateStages.WithExistingPublicIPAddress<ReturnT>,HasPublicIpAddress.UpdateStages.WithNewPublicIPAddressNoDnsLabel<ReturnT>
- All Known Subinterfaces:
ApplicationGateway.Update,ApplicationGateway.UpdateStages.WithPublicIPAddress
- Enclosing interface:
- HasPublicIpAddress.UpdateStages
public static interface HasPublicIpAddress.UpdateStages.WithPublicIPAddressNoDnsLabel<ReturnT> extends HasPublicIpAddress.UpdateStages.WithExistingPublicIPAddress<ReturnT>, HasPublicIpAddress.UpdateStages.WithNewPublicIPAddressNoDnsLabel<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.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.network.models.HasPublicIpAddress.UpdateStages.WithExistingPublicIPAddress
withExistingPublicIpAddress, withExistingPublicIpAddress, withoutPublicIpAddress
-
Methods inherited from interface com.azure.resourcemanager.network.models.HasPublicIpAddress.UpdateStages.WithNewPublicIPAddressNoDnsLabel
withNewPublicIpAddress, withNewPublicIpAddress
-
-