INicIPConfiguration Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An IP configuration in a network interface.
public interface INicIPConfiguration : Microsoft.Azure.Management.Network.Fluent.IHasPublicIPAddress, Microsoft.Azure.Management.Network.Fluent.INicIPConfigurationBase, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.Network.Fluent.INetworkInterface>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.Models.NetworkInterfaceIPConfigurationInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Network.Fluent.INetworkInterface>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasSubnet
type INicIPConfiguration = interface
interface INicIPConfigurationBase
interface IHasSubnet
interface IHasPrivateIPAddress
interface IHasInner<NetworkInterfaceIPConfigurationInner>
interface IChildResource<INetworkInterface>
interface IHasName
interface IIndexable
interface IHasParent<INetworkInterface>
interface IHasPublicIPAddress
Public Interface INicIPConfiguration
Implements IChildResource(Of INetworkInterface), IHasInner(Of NetworkInterfaceIPConfigurationInner), IHasParent(Of INetworkInterface), IHasPublicIPAddress, IHasSubnet, INicIPConfigurationBase
- Implements
Properties
Inner | (Inherited from IHasInner<T>) |
IsPrimary |
Gets true if this is the primary IP configuration. (Inherited from INicIPConfigurationBase) |
Key | (Inherited from IIndexable) |
Name |
Gets the name of the resource (Inherited from IHasName) |
NetworkId | (Inherited from IHasSubnet) |
Parent |
Gets the parent of this child resource. (Inherited from IHasParent<ParentT>) |
PrivateIPAddress |
Gets the private IP address associated with this resource. (Inherited from IHasPrivateIPAddress) |
PrivateIPAddressVersion |
Gets private IP address version. (Inherited from INicIPConfigurationBase) |
PrivateIPAllocationMethod |
Gets the private IP address allocation method within the associated subnet. (Inherited from IHasPrivateIPAddress) |
PublicIPAddressId |
Gets the resource ID of the associated public IP address. (Inherited from IHasPublicIPAddress) |
SubnetName | (Inherited from IHasSubnet) |
Methods
GetNetwork() | (Inherited from INicIPConfigurationBase) |
GetNetworkSecurityGroup() | (Inherited from INicIPConfigurationBase) |
GetPublicIPAddress() | (Inherited from IHasPublicIPAddress) |
ListAssociatedApplicationGatewayBackends() | (Inherited from INicIPConfigurationBase) |
ListAssociatedLoadBalancerBackends() | (Inherited from INicIPConfigurationBase) |
ListAssociatedLoadBalancerInboundNatRules() | (Inherited from INicIPConfigurationBase) |
Applies to
Azure SDK for .NET