Show / Hide Table of Contents

Class GetLBFrontendIpConfigurationResult

Inheritance
System.Object
GetLBFrontendIpConfigurationResult
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.Lb.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetLBFrontendIpConfigurationResult

Fields

View Source

Id

The id of the Frontend IP Configuration.

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

Name

Specifies the name of the Load Balancer.

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

PrivateIpAddress

Private IP Address to assign to the Load Balancer.

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

PrivateIpAddressAllocation

The allocation method for the Private IP Address used by this Load Balancer.

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

PrivateIpAddressVersion

The Private IP Address Version, either IPv4 or IPv6.

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

PublicIpAddressId

The ID of a Public IP Address which is associated with this Load Balancer.

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

SubnetId

The ID of the Subnet which is associated with the IP Configuration.

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

Zones

A list of Availability Zones which the Load Balancer's IP Addresses should be created in.

Declaration
public readonly ImmutableArray<string> Zones
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.