Interface NicIPConfiguration.Update
-
- All Superinterfaces:
HasPrivateIPAddress.UpdateStages.WithPrivateIPAddress<NicIPConfiguration.Update>,HasPublicIPAddress.UpdateStages.WithExistingPublicIPAddress<NicIPConfiguration.Update>,HasPublicIPAddress.UpdateStages.WithNewPublicIPAddress<NicIPConfiguration.Update>,HasPublicIPAddress.UpdateStages.WithNewPublicIPAddressNoDnsLabel<NicIPConfiguration.Update>,HasPublicIPAddress.UpdateStages.WithPublicIPAddress<NicIPConfiguration.Update>,NicIPConfiguration.UpdateStages.WithApplicationGateway,NicIPConfiguration.UpdateStages.WithLoadBalancer,NicIPConfiguration.UpdateStages.WithPrivateIP,NicIPConfiguration.UpdateStages.WithPublicIPAddress,NicIPConfiguration.UpdateStages.WithSubnet,com.microsoft.azure.management.resources.fluentcore.model.Settable<NetworkInterface.Update>
- Enclosing interface:
- NicIPConfiguration
public static interface NicIPConfiguration.Update extends com.microsoft.azure.management.resources.fluentcore.model.Settable<NetworkInterface.Update>, NicIPConfiguration.UpdateStages.WithSubnet, NicIPConfiguration.UpdateStages.WithPrivateIP, NicIPConfiguration.UpdateStages.WithPublicIPAddress, NicIPConfiguration.UpdateStages.WithLoadBalancer, NicIPConfiguration.UpdateStages.WithApplicationGateway
The entirety of a network interface IP configuration update as part of a network interface update.
-
-
Method Summary
-
Methods inherited from interface com.microsoft.azure.management.network.model.HasPrivateIPAddress.UpdateStages.WithPrivateIPAddress
withPrivateIPAddressDynamic, withPrivateIPAddressStatic
-
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
-
Methods inherited from interface com.microsoft.azure.management.network.NicIPConfiguration.UpdateStages.WithApplicationGateway
withExistingApplicationGatewayBackend, withoutApplicationGatewayBackends
-
Methods inherited from interface com.microsoft.azure.management.network.NicIPConfiguration.UpdateStages.WithLoadBalancer
withExistingLoadBalancerBackend, withExistingLoadBalancerInboundNatRule, withoutLoadBalancerBackends, withoutLoadBalancerInboundNatRules
-
Methods inherited from interface com.microsoft.azure.management.network.NicIPConfiguration.UpdateStages.WithPrivateIP
withPrivateIPVersion
-
Methods inherited from interface com.microsoft.azure.management.network.NicIPConfiguration.UpdateStages.WithSubnet
withSubnet
-
-