Class ScaleSetNetworkProfileIpConfigurationPublicIpAddressConfigurationGetArgs
Inheritance
System.Object
ScaleSetNetworkProfileIpConfigurationPublicIpAddressConfigurationGetArgs
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 ScaleSetNetworkProfileIpConfigurationPublicIpAddressConfigurationGetArgs : ResourceArgs
Constructors
View SourceScaleSetNetworkProfileIpConfigurationPublicIpAddressConfigurationGetArgs()
Declaration
public ScaleSetNetworkProfileIpConfigurationPublicIpAddressConfigurationGetArgs()
Properties
View SourceDomainNameLabel
The domain name label for the dns settings.
Declaration
public Input<string> DomainNameLabel { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
IdleTimeout
The idle timeout in minutes. This value must be between 4 and 30.
Declaration
public Input<int> IdleTimeout { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Name
The name of the public ip address configuration
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |