Class DedicatedHostArgs
Inherited Members
Namespace: Pulumi.Azure.Compute
Assembly: Pulumi.Azure.dll
Syntax
public sealed class DedicatedHostArgs : ResourceArgs
Constructors
View SourceDedicatedHostArgs()
Declaration
public DedicatedHostArgs()
Properties
View SourceAutoReplaceOnFailure
Should the Dedicated Host automatically be replaced in case of a Hardware Failure? Defaults to true.
Declaration
public Input<bool> AutoReplaceOnFailure { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
DedicatedHostGroupId
Specifies the ID of the Dedicated Host Group where the Dedicated Host should exist. Changing this forces a new resource to be created.
Declaration
public Input<string> DedicatedHostGroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
LicenseType
Specifies the software license type that will be applied to the VMs deployed on the Dedicated Host. Possible values are None, Windows_Server_Hybrid and Windows_Server_Perpetual. Defaults to None.
Declaration
public Input<string> LicenseType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Location
Specify the supported Azure location where the resource exists. Changing this forces a new resource to be created.
Declaration
public Input<string> Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Specifies the name of this Dedicated Host. Changing this forces a new resource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PlatformFaultDomain
Specify the fault domain of the Dedicated Host Group in which to create the Dedicated Host. Changing this forces a new resource to be created.
Declaration
public Input<int> PlatformFaultDomain { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
SkuName
Specify the sku name of the Dedicated Host. Possible values are DSv3-Type1, DSv3-Type2, ESv3-Type1, ESv3-Type2,FSv2-Type2. Changing this forces a new resource to be created.
Declaration
public Input<string> SkuName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
A mapping of tags to assign to the resource.
Declaration
public InputMap<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |