Class ScaleSetNetworkProfileGetArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ScaleSetNetworkProfileGetArgs : ResourceArgs
Constructors
View SourceScaleSetNetworkProfileGetArgs()
Declaration
public ScaleSetNetworkProfileGetArgs()
Properties
View SourceAcceleratedNetworking
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> |
DnsSettings
A dns_settings block as documented below.
Declaration
public Input<ScaleSetNetworkProfileDnsSettingsGetArgs> DnsSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ScaleSetNetworkProfileDnsSettingsGetArgs> |
IpConfigurations
An ip_configuration block as documented below.
Declaration
public InputList<ScaleSetNetworkProfileIpConfigurationGetArgs> IpConfigurations { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ScaleSetNetworkProfileIpConfigurationGetArgs> |
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> |
Name
Specifies the name of the network interface configuration.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NetworkSecurityGroupId
Specifies the identifier for the network security group.
Declaration
public Input<string> NetworkSecurityGroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |