LicenseUpdateProperties 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 the Update properties of a License Profile.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.LicenseUpdatePropertiesTypeConverter))]
public class LicenseUpdateProperties : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILicenseUpdateProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.LicenseUpdatePropertiesTypeConverter))>]
type LicenseUpdateProperties = class
interface ILicenseUpdateProperties
interface IJsonSerializable
Public Class LicenseUpdateProperties
Implements ILicenseUpdateProperties
- Inheritance
-
LicenseUpdateProperties
- Attributes
- Implements
Constructors
LicenseUpdateProperties() |
Creates an new LicenseUpdateProperties 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. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of LicenseUpdateProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of LicenseUpdateProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILicenseUpdateProperties. |
FromJsonString(String) |
Creates a new instance of LicenseUpdateProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of LicenseUpdateProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |