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 SourceAcceleratedNetworking
Specifies whether to enable accelerated networking or not. Defaults to false.
Declaration
public readonly bool? AcceleratedNetworking
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
DnsSettings
A dns_settings block as documented below.
Declaration
public readonly ScaleSetNetworkProfileDnsSettings DnsSettings
Field Value
| Type | Description |
|---|---|
| ScaleSetNetworkProfileDnsSettings |
IpConfigurations
An ip_configuration block as documented below.
Declaration
public readonly ImmutableArray<ScaleSetNetworkProfileIpConfiguration> IpConfigurations
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<ScaleSetNetworkProfileIpConfiguration> |
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> |
Name
Specifies the name of the network interface configuration.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
NetworkSecurityGroupId
Specifies the identifier for the network security group.
Declaration
public readonly string NetworkSecurityGroupId
Field Value
| Type | Description |
|---|---|
| System.String |
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 |