Show / Hide Table of Contents

Class LoadBalancerState

Inheritance
System.Object
InputArgs
ResourceArgs
LoadBalancerState
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 LoadBalancerState : ResourceArgs

Constructors

View Source

LoadBalancerState()

Declaration
public LoadBalancerState()

Properties

View Source

FrontendIpConfigurations

One or multiple frontend_ip_configuration blocks as documented below.

Declaration
public InputList<LoadBalancerFrontendIpConfigurationGetArgs> FrontendIpConfigurations { get; set; }
Property Value
Type Description
InputList<LoadBalancerFrontendIpConfigurationGetArgs>
View Source

Location

Specifies the supported Azure Region where the Load Balancer should be created.

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

Name

Specifies the name of the Load Balancer.

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

PrivateIpAddress

Private IP Address to assign to the Load Balancer. The last one and first four IPs in any range are reserved and cannot be manually assigned.

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

PrivateIpAddresses

The list of private IP address assigned to the load balancer in frontend_ip_configuration blocks, if any.

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

ResourceGroupName

The name of the Resource Group in which to create the Load Balancer.

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

Sku

The SKU of the Azure Load Balancer. Accepted values are Basic and Standard. Defaults to Basic.

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

Tags

A mapping of tags to assign to the resource.

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