Class WindowsVirtualMachineScaleSetNetworkInterfaceIpConfigurationArgs
Inheritance
Inherited Members
Namespace: Pulumi.Azure.Compute.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class WindowsVirtualMachineScaleSetNetworkInterfaceIpConfigurationArgs : ResourceArgs
Constructors
View SourceWindowsVirtualMachineScaleSetNetworkInterfaceIpConfigurationArgs()
Declaration
public WindowsVirtualMachineScaleSetNetworkInterfaceIpConfigurationArgs()
Properties
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 InputList<string> ApplicationGatewayBackendAddressPoolIds { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
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> |
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> |
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> |
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> |
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> |
PublicIpAddresses
A public_ip_address block as defined below.
Declaration
public InputList<WindowsVirtualMachineScaleSetNetworkInterfaceIpConfigurationPublicIpAddressArgs> PublicIpAddresses { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<WindowsVirtualMachineScaleSetNetworkInterfaceIpConfigurationPublicIpAddressArgs> |
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> |
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> |