Show / Hide Table of Contents

Class LinuxVirtualMachineScaleSetNetworkInterfaceIpConfigurationGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
LinuxVirtualMachineScaleSetNetworkInterfaceIpConfigurationGetArgs
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 LinuxVirtualMachineScaleSetNetworkInterfaceIpConfigurationGetArgs : ResourceArgs

Constructors

View Source

LinuxVirtualMachineScaleSetNetworkInterfaceIpConfigurationGetArgs()

Declaration
public LinuxVirtualMachineScaleSetNetworkInterfaceIpConfigurationGetArgs()

Properties

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

Name

The Name which should be used for this IP Configuration.

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

Primary

Is this the Primary IP Configuration for this Network Interface? Defaults to false.

Declaration
public Input<bool> Primary { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

PublicIpAddresses

A public_ip_address block as defined below.

Declaration
public InputList<LinuxVirtualMachineScaleSetNetworkInterfaceIpConfigurationPublicIpAddressGetArgs> PublicIpAddresses { get; set; }
Property Value
Type Description
InputList<LinuxVirtualMachineScaleSetNetworkInterfaceIpConfigurationPublicIpAddressGetArgs>
View Source

SubnetId

The ID of the Subnet which this IP Configuration should be connected to.

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