Interface NicIpConfiguration.UpdateDefinition<ParentT>
-
- Type Parameters:
ParentT- the return type of the finalAttachable.InUpdate.attach()
- All Superinterfaces:
Attachable.InUpdate<ParentT>,HasPrivateIpAddress.UpdateDefinitionStages.WithPrivateIPAddress<NicIpConfiguration.UpdateDefinitionStages.WithAttach<ParentT>>,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>>,NicIpConfiguration.UpdateDefinitionStages.Blank<ParentT>,NicIpConfiguration.UpdateDefinitionStages.WithApplicationGateway<ParentT>,NicIpConfiguration.UpdateDefinitionStages.WithAttach<ParentT>,NicIpConfiguration.UpdateDefinitionStages.WithLoadBalancer<ParentT>,NicIpConfiguration.UpdateDefinitionStages.WithNetwork<ParentT>,NicIpConfiguration.UpdateDefinitionStages.WithPrivateIP<ParentT>,NicIpConfiguration.UpdateDefinitionStages.WithPublicIPAddress<ParentT>,NicIpConfiguration.UpdateDefinitionStages.WithSubnet<ParentT>
- Enclosing interface:
- NicIpConfiguration
public static interface NicIpConfiguration.UpdateDefinition<ParentT> extends NicIpConfiguration.UpdateDefinitionStages.Blank<ParentT>, NicIpConfiguration.UpdateDefinitionStages.WithAttach<ParentT>, NicIpConfiguration.UpdateDefinitionStages.WithNetwork<ParentT>, NicIpConfiguration.UpdateDefinitionStages.WithPrivateIP<ParentT>, NicIpConfiguration.UpdateDefinitionStages.WithSubnet<ParentT>, NicIpConfiguration.UpdateDefinitionStages.WithPublicIPAddress<ParentT>
The entirety of a network interface IP configuration definition as part of a network interface update.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Attachable.InUpdate
attach
-
Methods inherited from interface com.azure.resourcemanager.network.models.HasPrivateIpAddress.UpdateDefinitionStages.WithPrivateIPAddress
withPrivateIpAddressDynamic, withPrivateIpAddressStatic
-
Methods inherited from interface com.azure.resourcemanager.network.models.HasPublicIpAddress.UpdateDefinitionStages.WithExistingPublicIPAddress
withExistingPublicIpAddress, withExistingPublicIpAddress
-
Methods inherited from interface com.azure.resourcemanager.network.models.HasPublicIpAddress.UpdateDefinitionStages.WithNewPublicIPAddress
withNewPublicIpAddress
-
Methods inherited from interface com.azure.resourcemanager.network.models.HasPublicIpAddress.UpdateDefinitionStages.WithNewPublicIPAddressNoDnsLabel
withNewPublicIpAddress, withNewPublicIpAddress
-
Methods inherited from interface com.azure.resourcemanager.network.models.NicIpConfiguration.UpdateDefinitionStages.WithApplicationGateway
withExistingApplicationGatewayBackend
-
Methods inherited from interface com.azure.resourcemanager.network.models.NicIpConfiguration.UpdateDefinitionStages.WithLoadBalancer
withExistingLoadBalancerBackend, withExistingLoadBalancerInboundNatRule
-
Methods inherited from interface com.azure.resourcemanager.network.models.NicIpConfiguration.UpdateDefinitionStages.WithNetwork
withExistingNetwork, withNewNetwork, withNewNetwork, withNewNetwork
-
Methods inherited from interface com.azure.resourcemanager.network.models.NicIpConfiguration.UpdateDefinitionStages.WithPrivateIP
withPrivateIpVersion
-
Methods inherited from interface com.azure.resourcemanager.network.models.NicIpConfiguration.UpdateDefinitionStages.WithSubnet
withSubnet
-
-