Interface NicIPConfiguration.UpdateStages.WithPublicIPAddress
-
- All Superinterfaces:
HasPublicIPAddress.UpdateStages.WithExistingPublicIPAddress<NicIPConfiguration.Update>,HasPublicIPAddress.UpdateStages.WithNewPublicIPAddress<NicIPConfiguration.Update>,HasPublicIPAddress.UpdateStages.WithNewPublicIPAddressNoDnsLabel<NicIPConfiguration.Update>,HasPublicIPAddress.UpdateStages.WithPublicIPAddress<NicIPConfiguration.Update>
- All Known Subinterfaces:
NicIPConfiguration.Update
- Enclosing interface:
- NicIPConfiguration.UpdateStages
public static interface NicIPConfiguration.UpdateStages.WithPublicIPAddress extends HasPublicIPAddress.UpdateStages.WithPublicIPAddress<NicIPConfiguration.Update>
The stage of the network interface IP configuration update allowing to specify public IP address.
-
-
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.WithNewPublicIPAddress
withNewPublicIPAddress
-
Methods inherited from interface com.microsoft.azure.management.network.model.HasPublicIPAddress.UpdateStages.WithNewPublicIPAddressNoDnsLabel
withNewPublicIPAddress, withNewPublicIPAddress
-
-