ArmHybridComputeModelFactory.LicenseProfileArmEsuPropertiesWithoutAssignedLicense 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 LicenseProfileArmEsuPropertiesWithoutAssignedLicense.
public static Azure.ResourceManager.HybridCompute.Models.LicenseProfileArmEsuPropertiesWithoutAssignedLicense LicenseProfileArmEsuPropertiesWithoutAssignedLicense (Guid? assignedLicenseImmutableId = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.HybridCompute.Models.EsuKey> esuKeys = default, Azure.ResourceManager.HybridCompute.Models.EsuServerType? serverType = default, Azure.ResourceManager.HybridCompute.Models.EsuEligibility? esuEligibility = default, Azure.ResourceManager.HybridCompute.Models.EsuKeyState? esuKeyState = default);
static member LicenseProfileArmEsuPropertiesWithoutAssignedLicense : Nullable<Guid> * seq<Azure.ResourceManager.HybridCompute.Models.EsuKey> * Nullable<Azure.ResourceManager.HybridCompute.Models.EsuServerType> * Nullable<Azure.ResourceManager.HybridCompute.Models.EsuEligibility> * Nullable<Azure.ResourceManager.HybridCompute.Models.EsuKeyState> -> Azure.ResourceManager.HybridCompute.Models.LicenseProfileArmEsuPropertiesWithoutAssignedLicense
Public Shared Function LicenseProfileArmEsuPropertiesWithoutAssignedLicense (Optional assignedLicenseImmutableId As Nullable(Of Guid) = Nothing, Optional esuKeys As IEnumerable(Of EsuKey) = Nothing, Optional serverType As Nullable(Of EsuServerType) = Nothing, Optional esuEligibility As Nullable(Of EsuEligibility) = Nothing, Optional esuKeyState As Nullable(Of EsuKeyState) = Nothing) As LicenseProfileArmEsuPropertiesWithoutAssignedLicense
Parameters
- esuKeys
- IEnumerable<EsuKey>
The list of ESU keys.
- serverType
- Nullable<EsuServerType>
The type of the Esu servers.
- esuEligibility
- Nullable<EsuEligibility>
Indicates the eligibility state of Esu.
- esuKeyState
- Nullable<EsuKeyState>
Indicates whether there is an ESU Key currently active for the machine.
Returns
A new LicenseProfileArmEsuPropertiesWithoutAssignedLicense 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