Interface NicIPConfiguration.UpdateDefinitionStages.WithPublicIPAddress<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent network interface update to return to after attaching this definition
- All Superinterfaces:
HasPublicIPAddress.UpdateDefinitionStages.WithExistingPublicIPAddress<NicIPConfiguration.UpdateDefinitionStages.WithAttach<ParentT>>,HasPublicIPAddress.UpdateDefinitionStages.WithNewPublicIPAddress<NicIPConfiguration.UpdateDefinitionStages.WithAttach<ParentT>>,HasPublicIPAddress.UpdateDefinitionStages.WithNewPublicIPAddressNoDnsLabel<NicIPConfiguration.UpdateDefinitionStages.WithAttach<ParentT>>,HasPublicIPAddress.UpdateDefinitionStages.WithPublicIPAddress<NicIPConfiguration.UpdateDefinitionStages.WithAttach<ParentT>>
- All Known Subinterfaces:
NicIPConfiguration.UpdateDefinition<ParentT>,NicIPConfiguration.UpdateDefinitionStages.WithAttach<ParentT>
- Enclosing interface:
- NicIPConfiguration.UpdateDefinitionStages
public static interface NicIPConfiguration.UpdateDefinitionStages.WithPublicIPAddress<ParentT> extends HasPublicIPAddress.UpdateDefinitionStages.WithPublicIPAddress<NicIPConfiguration.UpdateDefinitionStages.WithAttach<ParentT>>
The stage of the network interface IP configuration definition allowing to associate it with a public IP address.
-
-
Method Summary
-
Methods inherited from interface com.microsoft.azure.management.network.model.HasPublicIPAddress.UpdateDefinitionStages.WithExistingPublicIPAddress
withExistingPublicIPAddress, withExistingPublicIPAddress
-
Methods inherited from interface com.microsoft.azure.management.network.model.HasPublicIPAddress.UpdateDefinitionStages.WithNewPublicIPAddress
withNewPublicIPAddress
-
Methods inherited from interface com.microsoft.azure.management.network.model.HasPublicIPAddress.UpdateDefinitionStages.WithNewPublicIPAddressNoDnsLabel
withNewPublicIPAddress, withNewPublicIPAddress
-
-