Udostępnij za pośrednictwem


ArmHybridComputeModelFactory.EsuKey(String, Nullable<Int32>) Method

Definition

Initializes a new instance of EsuKey.

public static Azure.ResourceManager.HybridCompute.Models.EsuKey EsuKey (string sku = default, int? licenseStatus = default);
static member EsuKey : string * Nullable<int> -> Azure.ResourceManager.HybridCompute.Models.EsuKey
Public Shared Function EsuKey (Optional sku As String = Nothing, Optional licenseStatus As Nullable(Of Integer) = Nothing) As EsuKey

Parameters

sku
String

SKU number.

licenseStatus
Nullable<Int32>

The current status of the license profile key. Represented by the same integer value that is presented on the machine itself when querying the license key status.

Returns

A new EsuKey instance for mocking.

Applies to