你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
LicenseProfileMachineInstanceViewEsuProperties Class
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.
Properties for the Machine ESU profile.
public class LicenseProfileMachineInstanceViewEsuProperties : Azure.ResourceManager.HybridCompute.Models.LicenseProfileArmEsuPropertiesWithoutAssignedLicense, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HybridCompute.Models.LicenseProfileMachineInstanceViewEsuProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HybridCompute.Models.LicenseProfileMachineInstanceViewEsuProperties>
type LicenseProfileMachineInstanceViewEsuProperties = class
inherit LicenseProfileArmEsuPropertiesWithoutAssignedLicense
interface IJsonModel<LicenseProfileMachineInstanceViewEsuProperties>
interface IPersistableModel<LicenseProfileMachineInstanceViewEsuProperties>
Public Class LicenseProfileMachineInstanceViewEsuProperties
Inherits LicenseProfileArmEsuPropertiesWithoutAssignedLicense
Implements IJsonModel(Of LicenseProfileMachineInstanceViewEsuProperties), IPersistableModel(Of LicenseProfileMachineInstanceViewEsuProperties)
- Inheritance
-
LicenseProfileMachineInstanceViewEsuProperties
- Implements
Constructors
LicenseProfileMachineInstanceViewEsuProperties() |
Initializes a new instance of LicenseProfileMachineInstanceViewEsuProperties. |
Properties
AssignedLicense |
The assigned license resource. |
AssignedLicenseImmutableId |
The guid id of the license. (Inherited from LicenseProfileStorageModelEsuProperties) |
EsuEligibility |
Indicates the eligibility state of Esu. (Inherited from LicenseProfileArmEsuPropertiesWithoutAssignedLicense) |
EsuKeys |
The list of ESU keys. (Inherited from LicenseProfileStorageModelEsuProperties) |
EsuKeyState |
Indicates whether there is an ESU Key currently active for the machine. (Inherited from LicenseProfileArmEsuPropertiesWithoutAssignedLicense) |
LicenseAssignmentState |
Describes the license assignment state (Assigned or NotAssigned). |
ServerType |
The type of the Esu servers. (Inherited from LicenseProfileArmEsuPropertiesWithoutAssignedLicense) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |