Show / Hide Table of Contents

Class ScaleSetNetworkProfile

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

Fields

View Source

AcceleratedNetworking

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

Declaration
public readonly bool? AcceleratedNetworking
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

DnsSettings

A dns_settings block as documented below.

Declaration
public readonly ScaleSetNetworkProfileDnsSettings DnsSettings
Field Value
Type Description
ScaleSetNetworkProfileDnsSettings
View Source

IpConfigurations

An ip_configuration block as documented below.

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

IpForwarding

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

Declaration
public readonly bool? IpForwarding
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

Name

Specifies the name of the network interface configuration.

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

NetworkSecurityGroupId

Specifies the identifier for the network security group.

Declaration
public readonly string NetworkSecurityGroupId
Field Value
Type Description
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 readonly bool Primary
Field Value
Type Description
System.Boolean
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.