Trial Constructors

Definition

Overloads

Trial()

Initializes a new instance of the Trial class.

Trial(String, Nullable<Int32>)

Initializes a new instance of the Trial class.

Trial()

Initializes a new instance of the Trial class.

public Trial ();
Public Sub New ()

Applies to

Trial(String, Nullable<Int32>)

Initializes a new instance of the Trial class.

public Trial (string status = default, int? availableHosts = default);
new Microsoft.Azure.Management.Avs.Models.Trial : string * Nullable<int> -> Microsoft.Azure.Management.Avs.Models.Trial
Public Sub New (Optional status As String = Nothing, Optional availableHosts As Nullable(Of Integer) = Nothing)

Parameters

status
String

Trial status. Possible values include: 'TrialAvailable', 'TrialUsed', 'TrialDisabled'

availableHosts
Nullable<Int32>

Number of trial hosts available

Applies to