DedicatedHostUpdate Constructors

Definition

Overloads

DedicatedHostUpdate()

Initializes a new instance of the DedicatedHostUpdate class.

DedicatedHostUpdate(IDictionary<String,String>, Nullable<Int32>, Nullable<Boolean>, String, IList<SubResourceReadOnly>, Nullable<DedicatedHostLicenseTypes>, Nullable<DateTime>, String, DedicatedHostInstanceView)

Initializes a new instance of the DedicatedHostUpdate class.

DedicatedHostUpdate()

Initializes a new instance of the DedicatedHostUpdate class.

public DedicatedHostUpdate ();
Public Sub New ()

Applies to

DedicatedHostUpdate(IDictionary<String,String>, Nullable<Int32>, Nullable<Boolean>, String, IList<SubResourceReadOnly>, Nullable<DedicatedHostLicenseTypes>, Nullable<DateTime>, String, DedicatedHostInstanceView)

Initializes a new instance of the DedicatedHostUpdate class.

public DedicatedHostUpdate (System.Collections.Generic.IDictionary<string,string> tags = default, int? platformFaultDomain = default, bool? autoReplaceOnFailure = default, string hostId = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.SubResourceReadOnly> virtualMachines = default, Microsoft.Azure.Management.Compute.Fluent.Models.DedicatedHostLicenseTypes? licenseType = default, DateTime? provisioningTime = default, string provisioningState = default, Microsoft.Azure.Management.Compute.Fluent.Models.DedicatedHostInstanceView instanceView = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.DedicatedHostUpdate : System.Collections.Generic.IDictionary<string, string> * Nullable<int> * Nullable<bool> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.SubResourceReadOnly> * Nullable<Microsoft.Azure.Management.Compute.Fluent.Models.DedicatedHostLicenseTypes> * Nullable<DateTime> * string * Microsoft.Azure.Management.Compute.Fluent.Models.DedicatedHostInstanceView -> Microsoft.Azure.Management.Compute.Fluent.Models.DedicatedHostUpdate
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing, Optional platformFaultDomain As Nullable(Of Integer) = Nothing, Optional autoReplaceOnFailure As Nullable(Of Boolean) = Nothing, Optional hostId As String = Nothing, Optional virtualMachines As IList(Of SubResourceReadOnly) = Nothing, Optional licenseType As Nullable(Of DedicatedHostLicenseTypes) = Nothing, Optional provisioningTime As Nullable(Of DateTime) = Nothing, Optional provisioningState As String = Nothing, Optional instanceView As DedicatedHostInstanceView = Nothing)

Parameters

tags
IDictionary<String,String>

Resource tags

platformFaultDomain
Nullable<Int32>

Fault domain of the dedicated host within a dedicated host group.

autoReplaceOnFailure
Nullable<Boolean>

Specifies whether the dedicated host should be replaced automatically in case of a failure. The value is defaulted to 'true' when not provided.

hostId
String

A unique id generated and assigned to the dedicated host by the platform. <br><br> Does not change throughout the lifetime of the host.

virtualMachines
IList<SubResourceReadOnly>

A list of references to all virtual machines in the Dedicated Host.

licenseType
Nullable<DedicatedHostLicenseTypes>

Specifies the software license type that will be applied to the VMs deployed on the dedicated host. <br><br> Possible values are: <br><br> None <br><br> Windows_Server_Hybrid <br><br> Windows_Server_Perpetual <br><br> Default: None. Possible values include: 'None', 'Windows_Server_Hybrid', 'Windows_Server_Perpetual'

provisioningTime
Nullable<DateTime>

The date when the host was first provisioned.

provisioningState
String

The provisioning state, which only appears in the response.

instanceView
DedicatedHostInstanceView

The dedicated host instance view.

Applies to