Show / Hide Table of Contents

Class ScaleSetNetworkProfileIpConfigurationGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ScaleSetNetworkProfileIpConfigurationGetArgs
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.Compute.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ScaleSetNetworkProfileIpConfigurationGetArgs : ResourceArgs

Constructors

View Source

ScaleSetNetworkProfileIpConfigurationGetArgs()

Declaration
public ScaleSetNetworkProfileIpConfigurationGetArgs()

Properties

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 InputList<string> ApplicationGatewayBackendAddressPoolIds { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

ApplicationSecurityGroupIds

Specifies up to 20 application security group IDs.

Declaration
public InputList<string> ApplicationSecurityGroupIds { get; set; }
Property Value
Type Description
InputList<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 InputList<string> LoadBalancerBackendAddressPoolIds { get; set; }
Property Value
Type Description
InputList<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 InputList<string> LoadBalancerInboundNatRulesIds { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

Name

Specifies name of the IP configuration.

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

Primary

Specifies if this ip_configuration is the primary one.

Declaration
public Input<bool> Primary { get; set; }
Property Value
Type Description
Input<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 Input<ScaleSetNetworkProfileIpConfigurationPublicIpAddressConfigurationGetArgs> PublicIpAddressConfiguration { get; set; }
Property Value
Type Description
Input<ScaleSetNetworkProfileIpConfigurationPublicIpAddressConfigurationGetArgs>
View Source

SubnetId

Specifies the identifier of the subnet.

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