Show / Hide Table of Contents

Class WindowsVirtualMachineScaleSetNetworkInterfaceIpConfigurationPublicIpAddressGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
WindowsVirtualMachineScaleSetNetworkInterfaceIpConfigurationPublicIpAddressGetArgs
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 WindowsVirtualMachineScaleSetNetworkInterfaceIpConfigurationPublicIpAddressGetArgs : ResourceArgs

Constructors

View Source

WindowsVirtualMachineScaleSetNetworkInterfaceIpConfigurationPublicIpAddressGetArgs()

Declaration
public WindowsVirtualMachineScaleSetNetworkInterfaceIpConfigurationPublicIpAddressGetArgs()

Properties

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 Input<string> DomainNameLabel { get; set; }
Property Value
Type Description
Input<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 Input<int> IdleTimeoutInMinutes { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

IpTags

One or more ip_tag blocks as defined above.

Declaration
public InputList<WindowsVirtualMachineScaleSetNetworkInterfaceIpConfigurationPublicIpAddressIpTagGetArgs> IpTags { get; set; }
Property Value
Type Description
InputList<WindowsVirtualMachineScaleSetNetworkInterfaceIpConfigurationPublicIpAddressIpTagGetArgs>
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

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 Input<string> PublicIpPrefixId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.