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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET