Compartir a través de


ILicense Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.LicenseTypeConverter))]
public interface ILicense : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ITrackedResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.LicenseTypeConverter))>]
type ILicense = interface
    interface IJsonSerializable
    interface ITrackedResource
    interface IResource
Public Interface ILicense
Implements ITrackedResource
Derived
Attributes
Implements

Properties

DetailAssignedLicense

Describes the number of assigned licenses.

DetailEdition

Describes the edition of the license. The values are either Standard or Datacenter.

DetailImmutableId

Describes the immutable id.

DetailProcessor

Describes the number of processors.

DetailState

Describes the state of the license.

DetailTarget

Describes the license target server.

DetailType

Describes the license core type (pCore or vCore).

DetailVolumeLicenseDetail

A list of volume license details.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from IResource)
LicenseType

The type of the license resource.

Location

The geo-location where the resource lives

(Inherited from ITrackedResource)
Name

The name of the resource

(Inherited from IResource)
ProvisioningState

The provisioning state, which only appears in the response.

SystemDataCreatedAt

The timestamp of resource creation (UTC).

(Inherited from IResource)
SystemDataCreatedBy

The identity that created the resource.

(Inherited from IResource)
SystemDataCreatedByType

The type of identity that created the resource.

(Inherited from IResource)
SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

(Inherited from IResource)
SystemDataLastModifiedBy

The identity that last modified the resource.

(Inherited from IResource)
SystemDataLastModifiedByType

The type of identity that last modified the resource.

(Inherited from IResource)
Tags

Resource tags.

(Inherited from ITrackedResource)
TenantId

Describes the tenant id.

Type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from IResource)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to