Show / Hide Table of Contents

Class LinuxVirtualMachineScaleSetNetworkInterfaceIpConfigurationPublicIpAddress

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

Fields

View Source

DomainNameLabel

The Prefix which should be used for the Domain Name Label for each Virtual Machine Instance. Azure concatenates the Domain Name Label and Virtual Machine Index to create a unique Domain Name Label for each Virtual Machine.

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

IdleTimeoutInMinutes

The Idle Timeout in Minutes for the Public IP Address. Possible values are in the range 4 to 32.

Declaration
public readonly int? IdleTimeoutInMinutes
Field Value
Type Description
System.Nullable<System.Int32>
View Source

IpTags

One or more ip_tag blocks as defined above.

Declaration
public readonly ImmutableArray<LinuxVirtualMachineScaleSetNetworkInterfaceIpConfigurationPublicIpAddressIpTag> IpTags
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<LinuxVirtualMachineScaleSetNetworkInterfaceIpConfigurationPublicIpAddressIpTag>
View Source

Name

The Name of the Public IP Address Configuration.

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

PublicIpPrefixId

The ID of the Public IP Address Prefix from where Public IP Addresses should be allocated. Changing this forces a new resource to be created.

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