Interface NicIPConfiguration
-
- All Superinterfaces:
com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource<NetworkInterface>,com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.network.implementation.NetworkInterfaceIPConfigurationInner>,com.microsoft.azure.management.resources.fluentcore.arm.models.HasName,com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent<NetworkInterface>,HasPrivateIPAddress,HasPublicIPAddress,com.microsoft.azure.management.resources.fluentcore.arm.models.HasSubnet,com.microsoft.azure.management.resources.fluentcore.model.Indexable,NicIPConfigurationBase
public interface NicIPConfiguration extends NicIPConfigurationBase, com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.network.implementation.NetworkInterfaceIPConfigurationInner>, com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource<NetworkInterface>, HasPublicIPAddress
An IP configuration in a network interface.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceNicIPConfiguration.Definition<ParentT>The entirety of the network interface IP configuration definition.static interfaceNicIPConfiguration.DefinitionStagesGrouping of network interface IP configuration definition stages applicable as part of a network interface update.static interfaceNicIPConfiguration.UpdateThe entirety of a network interface IP configuration update as part of a network interface update.static interfaceNicIPConfiguration.UpdateDefinition<ParentT>The entirety of a network interface IP configuration definition as part of a network interface update.static interfaceNicIPConfiguration.UpdateDefinitionStagesGrouping of network interface IP configuration definition stages.static interfaceNicIPConfiguration.UpdateStagesGrouping of network interface IP configuration update stages.
-
Method Summary
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
inner
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasName
name
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent
parent
-
Methods inherited from interface com.microsoft.azure.management.network.model.HasPrivateIPAddress
privateIPAddress, privateIPAllocationMethod
-
Methods inherited from interface com.microsoft.azure.management.network.model.HasPublicIPAddress
getPublicIPAddress, publicIPAddressId
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasSubnet
networkId, subnetName
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Indexable
key
-
Methods inherited from interface com.microsoft.azure.management.network.NicIPConfigurationBase
getNetwork, getNetworkSecurityGroup, isPrimary, listAssociatedApplicationGatewayBackends, listAssociatedLoadBalancerBackends, listAssociatedLoadBalancerInboundNatRules, privateIPAddressVersion
-
-