Show / Hide Table of Contents

Class ScaleSetNetworkProfileArgs

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

Constructors

View Source

ScaleSetNetworkProfileArgs()

Declaration
public ScaleSetNetworkProfileArgs()

Properties

View Source

AcceleratedNetworking

Specifies whether to enable accelerated networking or not. Defaults to false.

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

DnsSettings

A dns_settings block as documented below.

Declaration
public Input<ScaleSetNetworkProfileDnsSettingsArgs> DnsSettings { get; set; }
Property Value
Type Description
Input<ScaleSetNetworkProfileDnsSettingsArgs>
View Source

IpConfigurations

An ip_configuration block as documented below.

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

IpForwarding

Whether IP forwarding is enabled on this NIC. Defaults to false.

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

Name

Specifies the name of the network interface configuration.

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

NetworkSecurityGroupId

Specifies the identifier for the network security group.

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

Primary

Indicates whether network interfaces created from the network interface configuration will be the primary NIC of the VM.

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