ILicenseUpdateProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.LicenseUpdatePropertiesTypeConverter))]
public interface ILicenseUpdateProperties : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.LicenseUpdatePropertiesTypeConverter))>]
type ILicenseUpdateProperties = interface
    interface IJsonSerializable
Public Interface ILicenseUpdateProperties
Implements IJsonSerializable
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.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to