Show / Hide Table of Contents

Class WindowsVirtualMachineScaleSetNetworkInterfaceGetArgs

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

Constructors

View Source

WindowsVirtualMachineScaleSetNetworkInterfaceGetArgs()

Declaration
public WindowsVirtualMachineScaleSetNetworkInterfaceGetArgs()

Properties

View Source

DnsServers

A list of IP Addresses of DNS Servers which should be assigned to the Network Interface.

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

EnableAcceleratedNetworking

Does this Network Interface support Accelerated Networking? Defaults to false.

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

EnableIpForwarding

Does this Network Interface support IP Forwarding? Defaults to false.

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

IpConfigurations

One or more ip_configuration blocks as defined above.

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

Name

The Name which should be used for this Network Interface. Changing this forces a new resource to be created.

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

NetworkSecurityGroupId

The ID of a Network Security Group which should be assigned to this Network Interface.

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

Primary

Is this the Primary IP Configuration?

Declaration
public Input<bool> Primary { get; set; }
Property Value
Type Description
Input<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.