Class ScaleSetNetworkProfileIpConfiguration
Inheritance
Inherited Members
Namespace: Pulumi.Azure.Compute.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ScaleSetNetworkProfileIpConfiguration
Fields
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 readonly ImmutableArray<string> ApplicationGatewayBackendAddressPoolIds
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
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> |
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> |
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> |
Name
Specifies name of the IP configuration.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Primary
Specifies if this ip_configuration is the primary one.
Declaration
public readonly bool Primary
Field Value
| Type | Description |
|---|---|
| System.Boolean |
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 |
SubnetId
Specifies the identifier of the subnet.
Declaration
public readonly string SubnetId
Field Value
| Type | Description |
|---|---|
| System.String |