ILicenseUpdate Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.LicenseUpdateTypeConverter))]
public interface ILicenseUpdate : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IResourceUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.LicenseUpdateTypeConverter))>]
type ILicenseUpdate = interface
interface IJsonSerializable
interface IResourceUpdate
Public Interface ILicenseUpdate
Implements IResourceUpdate
- Derived
- Attributes
- Implements
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 (Inherited from IResourceUpdate) |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |