Class LinuxVirtualMachineScaleSetNetworkInterfaceIpConfiguration
Inheritance
Inherited Members
Namespace: Pulumi.Azure.Compute.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class LinuxVirtualMachineScaleSetNetworkInterfaceIpConfiguration
Fields
View SourceApplicationGatewayBackendAddressPoolIds
A list of Backend Address Pools ID's from a Application Gateway which this Virtual Machine Scale Set should be connected to.
Declaration
public readonly ImmutableArray<string> ApplicationGatewayBackendAddressPoolIds
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
ApplicationSecurityGroupIds
A list of Application Security Group ID's which this Virtual Machine Scale Set should be connected to.
Declaration
public readonly ImmutableArray<string> ApplicationSecurityGroupIds
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
LoadBalancerBackendAddressPoolIds
A list of Backend Address Pools ID's from a Load Balancer which this Virtual Machine Scale Set should be connected to.
Declaration
public readonly ImmutableArray<string> LoadBalancerBackendAddressPoolIds
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
LoadBalancerInboundNatRulesIds
A list of NAT Rule ID's from a Load Balancer which this Virtual Machine Scale Set should be connected to.
Declaration
public readonly ImmutableArray<string> LoadBalancerInboundNatRulesIds
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Name
The Name which should be used for this IP Configuration.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Primary
Is this the Primary IP Configuration for this Network Interface? Defaults to false.
Declaration
public readonly bool? Primary
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
PublicIpAddresses
A public_ip_address block as defined below.
Declaration
public readonly ImmutableArray<LinuxVirtualMachineScaleSetNetworkInterfaceIpConfigurationPublicIpAddress> PublicIpAddresses
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<LinuxVirtualMachineScaleSetNetworkInterfaceIpConfigurationPublicIpAddress> |
SubnetId
The ID of the Subnet which this IP Configuration should be connected to.
Declaration
public readonly string SubnetId
Field Value
| Type | Description |
|---|---|
| System.String |
Version
The Internet Protocol Version which should be used for this IP Configuration. Possible values are IPv4 and IPv6. Defaults to IPv4.
Declaration
public readonly string Version
Field Value
| Type | Description |
|---|---|
| System.String |