ArmHybridComputeModelFactory.EsuKey(String, Nullable<Int32>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET