ILicenseUpdate Interface

Definition

[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)

Applies to