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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET