Class WindowsVirtualMachineScaleSetNetworkInterfaceIpConfigurationPublicIpAddressArgs
Inheritance
System.Object
WindowsVirtualMachineScaleSetNetworkInterfaceIpConfigurationPublicIpAddressArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class WindowsVirtualMachineScaleSetNetworkInterfaceIpConfigurationPublicIpAddressArgs : ResourceArgs
Constructors
View SourceWindowsVirtualMachineScaleSetNetworkInterfaceIpConfigurationPublicIpAddressArgs()
Declaration
public WindowsVirtualMachineScaleSetNetworkInterfaceIpConfigurationPublicIpAddressArgs()
Properties
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 Input<string> DomainNameLabel { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
IpTags
One or more ip_tag blocks as defined above.
Declaration
public InputList<WindowsVirtualMachineScaleSetNetworkInterfaceIpConfigurationPublicIpAddressIpTagArgs> IpTags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<WindowsVirtualMachineScaleSetNetworkInterfaceIpConfigurationPublicIpAddressIpTagArgs> |
Name
The Name of the Public IP Address Configuration.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> PublicIpPrefixId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |