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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET