Show / Hide Table of Contents

Class BackendAddressPoolState

Inheritance
System.Object
InputArgs
ResourceArgs
BackendAddressPoolState
Inherited Members
ResourceArgs.Empty
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
Assembly: Pulumi.Azure.dll
Syntax
public sealed class BackendAddressPoolState : ResourceArgs

Constructors

View Source

BackendAddressPoolState()

Declaration
public BackendAddressPoolState()

Properties

View Source

BackendIpConfigurations

The Backend IP Configurations associated with this Backend Address Pool.

Declaration
public InputList<string> BackendIpConfigurations { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

LoadbalancerId

The ID of the Load Balancer in which to create the Backend Address Pool.

Declaration
public Input<string> LoadbalancerId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

LoadBalancingRules

The Load Balancing Rules associated with this Backend Address Pool.

Declaration
public InputList<string> LoadBalancingRules { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

Name

Specifies the name of the Backend Address Pool.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ResourceGroupName

The name of the resource group in which to create the resource.

Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.