Interface NicIPConfiguration.Definition<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent network interface definition to return to after attaching this definition
- All Superinterfaces:
com.microsoft.azure.management.resources.fluentcore.model.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.microsoft.azure.management.resources.fluentcore.model.Attachable.InDefinition
attach
-
Methods inherited from interface com.microsoft.azure.management.network.model.HasPrivateIPAddress.DefinitionStages.WithPrivateIPAddress
withPrivateIPAddressDynamic, withPrivateIPAddressStatic
-
Methods inherited from interface com.microsoft.azure.management.network.model.HasPublicIPAddress.DefinitionStages.WithExistingPublicIPAddress
withExistingPublicIPAddress, withExistingPublicIPAddress
-
Methods inherited from interface com.microsoft.azure.management.network.model.HasPublicIPAddress.DefinitionStages.WithNewPublicIPAddress
withNewPublicIPAddress
-
Methods inherited from interface com.microsoft.azure.management.network.model.HasPublicIPAddress.DefinitionStages.WithNewPublicIPAddressNoDnsLabel
withNewPublicIPAddress, withNewPublicIPAddress
-
Methods inherited from interface com.microsoft.azure.management.network.NicIPConfiguration.DefinitionStages.WithApplicationGateway
withExistingApplicationGatewayBackend
-
Methods inherited from interface com.microsoft.azure.management.network.NicIPConfiguration.DefinitionStages.WithLoadBalancer
withExistingLoadBalancerBackend, withExistingLoadBalancerInboundNatRule
-
Methods inherited from interface com.microsoft.azure.management.network.NicIPConfiguration.DefinitionStages.WithNetwork
withExistingNetwork, withNewNetwork, withNewNetwork, withNewNetwork
-
Methods inherited from interface com.microsoft.azure.management.network.NicIPConfiguration.DefinitionStages.WithPrivateIP
withPrivateIPVersion
-
Methods inherited from interface com.microsoft.azure.management.network.NicIPConfiguration.DefinitionStages.WithSubnet
withSubnet
-
-