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 SourceDomainNameLabel
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 |
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> |
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> |
Name
The Name of the Public IP Address Configuration.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
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 |