Show / Hide Table of Contents

Class DedicatedHostState

Inheritance
System.Object
InputArgs
ResourceArgs
DedicatedHostState
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
Assembly: Pulumi.Azure.dll
Syntax
public sealed class DedicatedHostState : ResourceArgs

Constructors

View Source

DedicatedHostState()

Declaration
public DedicatedHostState()

Properties

View Source

AutoReplaceOnFailure

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

Tags

A mapping of tags to assign to the resource.

Declaration
public InputMap<string> Tags { get; set; }
Property Value
Type Description
InputMap<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.