Show / Hide Table of Contents

Class ScaleSetNetworkProfileIpConfiguration

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

Fields

View Source

ApplicationGatewayBackendAddressPoolIds

Specifies an array of references to backend address pools of application gateways. A scale set can reference backend address pools of multiple application gateways. Multiple scale sets can use the same application gateway.

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

ApplicationSecurityGroupIds

Specifies up to 20 application security group IDs.

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

LoadBalancerBackendAddressPoolIds

Specifies an array of references to backend address pools of load balancers. A scale set can reference backend address pools of one public and one internal load balancer. Multiple scale sets cannot use the same load balancer.

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

LoadBalancerInboundNatRulesIds

Specifies an array of references to inbound NAT pools for load balancers. A scale set can reference inbound nat pools of one public and one internal load balancer. Multiple scale sets cannot use the same load balancer.

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

Name

Specifies name of the IP configuration.

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

Primary

Specifies if this ip_configuration is the primary one.

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

PublicIpAddressConfiguration

Describes a virtual machines scale set IP Configuration's PublicIPAddress configuration. The public_ip_address_configuration is documented below.

Declaration
public readonly ScaleSetNetworkProfileIpConfigurationPublicIpAddressConfiguration PublicIpAddressConfiguration
Field Value
Type Description
ScaleSetNetworkProfileIpConfigurationPublicIpAddressConfiguration
View Source

SubnetId

Specifies the identifier of the subnet.

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