Class ScaleSetNetworkProfileIpConfigurationGetArgs
Inherited Members
Namespace: Pulumi.Azure.Compute.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ScaleSetNetworkProfileIpConfigurationGetArgs : ResourceArgs
Constructors
View SourceScaleSetNetworkProfileIpConfigurationGetArgs()
Declaration
public ScaleSetNetworkProfileIpConfigurationGetArgs()
Properties
View SourceApplicationGatewayBackendAddressPoolIds
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> |
ApplicationSecurityGroupIds
Specifies up to 20 application security group IDs.
Declaration
public InputList<string> ApplicationSecurityGroupIds { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
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> |
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> |
Name
Specifies name of the IP configuration.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Primary
Specifies if this ip_configuration is the primary one.
Declaration
public Input<bool> Primary { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
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> |
SubnetId
Specifies the identifier of the subnet.
Declaration
public Input<string> SubnetId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |