Show / Hide Table of Contents

Class LinuxVirtualMachineScaleSetNetworkInterfaceIpConfiguration

Inheritance
System.Object
LinuxVirtualMachineScaleSetNetworkInterfaceIpConfiguration
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 LinuxVirtualMachineScaleSetNetworkInterfaceIpConfiguration

Fields

View Source

ApplicationGatewayBackendAddressPoolIds

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>
View Source

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>
View Source

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>
View Source

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>
View Source

Name

The Name which should be used for this IP Configuration.

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

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>
View Source

PublicIpAddresses

A public_ip_address block as defined below.

Declaration
public readonly ImmutableArray<LinuxVirtualMachineScaleSetNetworkInterfaceIpConfigurationPublicIpAddress> PublicIpAddresses
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<LinuxVirtualMachineScaleSetNetworkInterfaceIpConfigurationPublicIpAddress>
View Source

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
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.