LicenseProfileStorageModelEsuProperties 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.
License profile storage model for ESU properties.
public class LicenseProfileStorageModelEsuProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HybridCompute.Models.LicenseProfileStorageModelEsuProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HybridCompute.Models.LicenseProfileStorageModelEsuProperties>
type LicenseProfileStorageModelEsuProperties = class
interface IJsonModel<LicenseProfileStorageModelEsuProperties>
interface IPersistableModel<LicenseProfileStorageModelEsuProperties>
Public Class LicenseProfileStorageModelEsuProperties
Implements IJsonModel(Of LicenseProfileStorageModelEsuProperties), IPersistableModel(Of LicenseProfileStorageModelEsuProperties)
- Inheritance
-
LicenseProfileStorageModelEsuProperties
- Derived
- Implements
Constructors
LicenseProfileStorageModelEsuProperties() |
Initializes a new instance of LicenseProfileStorageModelEsuProperties. |
Properties
AssignedLicenseImmutableId |
The guid id of the license. |
EsuKeys |
The list of ESU keys. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<LicenseProfileStorageModelEsuProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<LicenseProfileStorageModelEsuProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<LicenseProfileStorageModelEsuProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<LicenseProfileStorageModelEsuProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<LicenseProfileStorageModelEsuProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET