Interface VirtualMachineScaleSetNicIpConfiguration
-
- All Superinterfaces:
ChildResource<VirtualMachineScaleSetNetworkInterface>,HasInnerModel<NetworkInterfaceIpConfigurationInner>,HasName,HasParent<VirtualMachineScaleSetNetworkInterface>,HasPrivateIpAddress,HasSubnet,Indexable,NicIpConfigurationBase
public interface VirtualMachineScaleSetNicIpConfiguration extends NicIpConfigurationBase, HasInnerModel<NetworkInterfaceIpConfigurationInner>, ChildResource<VirtualMachineScaleSetNetworkInterface>, HasPrivateIpAddress, HasSubnet
An IP configuration in a network interface associated with a virtual machine scale set.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.azure.resourcemanager.network.models.HasPrivateIpAddress
HasPrivateIpAddress.DefinitionStages, HasPrivateIpAddress.UpdateDefinitionStages, HasPrivateIpAddress.UpdateStages
-
Nested classes/interfaces inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasSubnet
HasSubnet.DefinitionStages, HasSubnet.UpdateDefinitionStages, HasSubnet.UpdateStages
-
-
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.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
-
-