Interface NicIpConfiguration
-
- All Superinterfaces:
ChildResource<NetworkInterface>,HasInnerModel<NetworkInterfaceIpConfigurationInner>,HasName,HasParent<NetworkInterface>,HasPrivateIpAddress,HasPublicIpAddress,HasSubnet,Indexable,NicIpConfigurationBase
public interface NicIpConfiguration extends NicIpConfigurationBase, HasInnerModel<NetworkInterfaceIpConfigurationInner>, 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.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
name
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasParent
parent
-
Methods inherited from interface com.azure.resourcemanager.network.models.HasPrivateIpAddress
privateIpAddress, privateIpAllocationMethod
-
Methods inherited from interface com.azure.resourcemanager.network.models.HasPublicIpAddress
getPublicIpAddress, getPublicIpAddressAsync, publicIpAddressId
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasSubnet
networkId, subnetName
-
Methods inherited from interface com.azure.resourcemanager.network.models.NicIpConfigurationBase
getNetwork, getNetworkSecurityGroup, isPrimary, listAssociatedApplicationGatewayBackends, listAssociatedApplicationSecurityGroups, listAssociatedLoadBalancerBackends, listAssociatedLoadBalancerInboundNatRules, privateIpAddressVersion
-
-