Show / Hide Table of Contents

Class ScaleSetNetworkProfileIpConfigurationPublicIpAddressConfigurationGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ScaleSetNetworkProfileIpConfigurationPublicIpAddressConfigurationGetArgs
Inherited Members
ResourceArgs.Empty
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 Source

ScaleSetNetworkProfileIpConfigurationPublicIpAddressConfigurationGetArgs()

Declaration
public ScaleSetNetworkProfileIpConfigurationPublicIpAddressConfigurationGetArgs()

Properties

View Source

DomainNameLabel

The domain name label for the dns settings.

Declaration
public Input<string> DomainNameLabel { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

Name

The name of the public ip address configuration

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.