LicenseUpdate 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.
Describes a License Update.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.LicenseUpdateTypeConverter))]
public class LicenseUpdate : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILicenseUpdate, Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.LicenseUpdateTypeConverter))>]
type LicenseUpdate = class
interface ILicenseUpdate
interface IJsonSerializable
interface IResourceUpdate
interface IValidates
Public Class LicenseUpdate
Implements ILicenseUpdate, IValidates
- Inheritance
-
LicenseUpdate
- Attributes
- Implements
Constructors
LicenseUpdate() |
Creates an new LicenseUpdate instance. |
Properties
LicenseDetailEdition |
Describes the edition of the license. The values are either Standard or Datacenter. |
LicenseDetailProcessor |
Describes the number of processors. |
LicenseDetailState |
Describes the state of the license. |
LicenseDetailTarget |
Describes the license target server. |
LicenseDetailType |
Describes the license core type (pCore or vCore). |
LicenseType |
The type of the license resource. |
Tags |
Resource tags |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of LicenseUpdate. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of LicenseUpdate. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILicenseUpdate. |
FromJsonString(String) |
Creates a new instance of LicenseUpdate, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of LicenseUpdate into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |