Show / Hide Table of Contents

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 Source

ApplicationGatewayBackendAddressPoolsIds

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>
View Source

ApplicationSecurityGroupIds

Declaration
public readonly ImmutableArray<string> ApplicationSecurityGroupIds
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

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>
View Source

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>
View Source

Name

Specifies the name of the Network Interface.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

Primary

is this the Primary IP Configuration for this Network Interface?

Declaration
public readonly bool Primary
Field Value
Type Description
System.Boolean
View Source

PrivateIpAddress

The Private IP Address assigned to this Network Interface.

Declaration
public readonly string PrivateIpAddress
Field Value
Type Description
System.String
View Source

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
View Source

PrivateIpAddressVersion

Declaration
public readonly string PrivateIpAddressVersion
Field Value
Type Description
System.String
View Source

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
View Source

SubnetId

The ID of the Subnet which the Network Interface is connected to.

Declaration
public readonly string SubnetId
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.