Interface NicIpConfiguration.Definition<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent network interface definition to return to after attaching this definition
- All Superinterfaces:
Attachable.InDefinition<ParentT>,HasPrivateIpAddress.DefinitionStages.WithPrivateIPAddress<NicIpConfiguration.DefinitionStages.WithAttach<ParentT>>,HasPublicIpAddress.DefinitionStages.WithExistingPublicIPAddress<NicIpConfiguration.DefinitionStages.WithAttach<ParentT>>,HasPublicIpAddress.DefinitionStages.WithNewPublicIPAddress<NicIpConfiguration.DefinitionStages.WithAttach<ParentT>>,HasPublicIpAddress.DefinitionStages.WithNewPublicIPAddressNoDnsLabel<NicIpConfiguration.DefinitionStages.WithAttach<ParentT>>,HasPublicIpAddress.DefinitionStages.WithPublicIPAddress<NicIpConfiguration.DefinitionStages.WithAttach<ParentT>>,NicIpConfiguration.DefinitionStages.Blank<ParentT>,NicIpConfiguration.DefinitionStages.WithApplicationGateway<ParentT>,NicIpConfiguration.DefinitionStages.WithAttach<ParentT>,NicIpConfiguration.DefinitionStages.WithLoadBalancer<ParentT>,NicIpConfiguration.DefinitionStages.WithNetwork<ParentT>,NicIpConfiguration.DefinitionStages.WithPrivateIP<ParentT>,NicIpConfiguration.DefinitionStages.WithPublicIPAddress<ParentT>,NicIpConfiguration.DefinitionStages.WithSubnet<ParentT>
- Enclosing interface:
- NicIpConfiguration
public static interface NicIpConfiguration.Definition<ParentT> extends NicIpConfiguration.DefinitionStages.Blank<ParentT>, NicIpConfiguration.DefinitionStages.WithAttach<ParentT>, NicIpConfiguration.DefinitionStages.WithNetwork<ParentT>, NicIpConfiguration.DefinitionStages.WithSubnet<ParentT>, NicIpConfiguration.DefinitionStages.WithPrivateIP<ParentT>
The entirety of the network interface IP configuration definition.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Attachable.InDefinition
attach
-
Methods inherited from interface com.azure.resourcemanager.network.models.HasPrivateIpAddress.DefinitionStages.WithPrivateIPAddress
withPrivateIpAddressDynamic, withPrivateIpAddressStatic
-
Methods inherited from interface com.azure.resourcemanager.network.models.HasPublicIpAddress.DefinitionStages.WithExistingPublicIPAddress
withExistingPublicIpAddress, withExistingPublicIpAddress
-
Methods inherited from interface com.azure.resourcemanager.network.models.HasPublicIpAddress.DefinitionStages.WithNewPublicIPAddress
withNewPublicIpAddress
-
Methods inherited from interface com.azure.resourcemanager.network.models.HasPublicIpAddress.DefinitionStages.WithNewPublicIPAddressNoDnsLabel
withNewPublicIpAddress, withNewPublicIpAddress
-
Methods inherited from interface com.azure.resourcemanager.network.models.NicIpConfiguration.DefinitionStages.WithApplicationGateway
withExistingApplicationGatewayBackend
-
Methods inherited from interface com.azure.resourcemanager.network.models.NicIpConfiguration.DefinitionStages.WithLoadBalancer
withExistingLoadBalancerBackend, withExistingLoadBalancerInboundNatRule
-
Methods inherited from interface com.azure.resourcemanager.network.models.NicIpConfiguration.DefinitionStages.WithNetwork
withExistingNetwork, withNewNetwork, withNewNetwork, withNewNetwork
-
Methods inherited from interface com.azure.resourcemanager.network.models.NicIpConfiguration.DefinitionStages.WithPrivateIP
withPrivateIpVersion
-
Methods inherited from interface com.azure.resourcemanager.network.models.NicIpConfiguration.DefinitionStages.WithSubnet
withSubnet
-
-