Class LinuxVirtualMachineScaleSetNetworkInterface
Inheritance
System.Object
LinuxVirtualMachineScaleSetNetworkInterface
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 LinuxVirtualMachineScaleSetNetworkInterface
Fields
View SourceDnsServers
A list of IP Addresses of DNS Servers which should be assigned to the Network Interface.
Declaration
public readonly ImmutableArray<string> DnsServers
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
EnableAcceleratedNetworking
Does this Network Interface support Accelerated Networking? Defaults to false.
Declaration
public readonly bool? EnableAcceleratedNetworking
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
EnableIpForwarding
Does this Network Interface support IP Forwarding? Defaults to false.
Declaration
public readonly bool? EnableIpForwarding
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
IpConfigurations
One or more ip_configuration blocks as defined above.
Declaration
public readonly ImmutableArray<LinuxVirtualMachineScaleSetNetworkInterfaceIpConfiguration> IpConfigurations
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<LinuxVirtualMachineScaleSetNetworkInterfaceIpConfiguration> |
Name
The Name which should be used for this Network Interface. Changing this forces a new resource to be created.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
NetworkSecurityGroupId
The ID of a Network Security Group which should be assigned to this Network Interface.
Declaration
public readonly string NetworkSecurityGroupId
Field Value
| Type | Description |
|---|---|
| System.String |
Primary
Is this the Primary IP Configuration?
Declaration
public readonly bool? Primary
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |