Class GetNetworkInterfaceIpConfigurationResult
Inheritance
System.Object
GetNetworkInterfaceIpConfigurationResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Network.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetNetworkInterfaceIpConfigurationResult
Fields
View SourceApplicationGatewayBackendAddressPoolsIds
A list of Backend Address Pool ID's within a Application Gateway that this Network Interface is connected to.
Declaration
public readonly ImmutableArray<string> ApplicationGatewayBackendAddressPoolsIds
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
ApplicationSecurityGroupIds
Declaration
public readonly ImmutableArray<string> ApplicationSecurityGroupIds
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
LoadBalancerBackendAddressPoolsIds
A list of Backend Address Pool ID's within a Load Balancer that this Network Interface is connected to.
Declaration
public readonly ImmutableArray<string> LoadBalancerBackendAddressPoolsIds
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
LoadBalancerInboundNatRulesIds
A list of Inbound NAT Rule ID's within a Load Balancer that this Network Interface is connected to.
Declaration
public readonly ImmutableArray<string> LoadBalancerInboundNatRulesIds
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Name
Specifies the name of the Network Interface.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Primary
is this the Primary IP Configuration for this Network Interface?
Declaration
public readonly bool Primary
Field Value
| Type | Description |
|---|---|
| System.Boolean |
PrivateIpAddress
The Private IP Address assigned to this Network Interface.
Declaration
public readonly string PrivateIpAddress
Field Value
| Type | Description |
|---|---|
| System.String |
PrivateIpAddressAllocation
The IP Address allocation type for the Private address, such as Dynamic or Static.
Declaration
public readonly string PrivateIpAddressAllocation
Field Value
| Type | Description |
|---|---|
| System.String |
PrivateIpAddressVersion
Declaration
public readonly string PrivateIpAddressVersion
Field Value
| Type | Description |
|---|---|
| System.String |
PublicIpAddressId
The ID of the Public IP Address which is connected to this Network Interface.
Declaration
public readonly string PublicIpAddressId
Field Value
| Type | Description |
|---|---|
| System.String |
SubnetId
The ID of the Subnet which the Network Interface is connected to.
Declaration
public readonly string SubnetId
Field Value
| Type | Description |
|---|---|
| System.String |