Show / Hide Table of Contents

Class ScaleSetNetworkProfileIpConfigurationPublicIpAddressConfiguration

Inheritance
System.Object
ScaleSetNetworkProfileIpConfigurationPublicIpAddressConfiguration
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 ScaleSetNetworkProfileIpConfigurationPublicIpAddressConfiguration

Fields

View Source

DomainNameLabel

The domain name label for the dns settings.

Declaration
public readonly string DomainNameLabel
Field Value
Type Description
System.String
View Source

IdleTimeout

The idle timeout in minutes. This value must be between 4 and 30.

Declaration
public readonly int IdleTimeout
Field Value
Type Description
System.Int32
View Source

Name

The name of the public ip address configuration

Declaration
public readonly string Name
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.