LicenseDetails Class

Definition

Describes the properties of a License.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.LicenseDetailsTypeConverter))]
public class LicenseDetails : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILicenseDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.LicenseDetailsTypeConverter))>]
type LicenseDetails = class
    interface ILicenseDetails
    interface IJsonSerializable
Public Class LicenseDetails
Implements ILicenseDetails
Inheritance
LicenseDetails
Attributes
Implements

Constructors

LicenseDetails()

Creates an new LicenseDetails instance.

Properties

AssignedLicense

Describes the number of assigned licenses.

Edition

Describes the edition of the license. The values are either Standard or Datacenter.

ImmutableId

Describes the immutable id.

Processor

Describes the number of processors.

State

Describes the state of the license.

Target

Describes the license target server.

Type

Describes the license core type (pCore or vCore).

VolumeLicenseDetail

A list of volume license details.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of LicenseDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of LicenseDetails.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILicenseDetails.

FromJsonString(String)

Creates a new instance of LicenseDetails, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of LicenseDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to