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.microsoft.azure.management.network.model.HasPublicIPAddress.UpdateStages.WithExistingPublicIPAddress
withExistingPublicIPAddress, withExistingPublicIPAddress, withoutPublicIPAddress
-
Methods inherited from interface com.microsoft.azure.management.network.model.HasPublicIPAddress.UpdateStages.WithNewPublicIPAddressNoDnsLabel
withNewPublicIPAddress, withNewPublicIPAddress
-
-