• Webservices API
  • Agent Runtime API
  • Support
  • Samples
  • Software Potential Home
Show / Hide Table of Contents
  • Microsoft.Licensing.LicenseIssue
    • Activation
    • ActivationError
    • ActivationException
    • ActivationFilter
    • ActivationMode
    • ActivationRetrievalOptions
    • ActivationState
    • ActivationType
    • APINotLicensedException
    • CustomTag
    • DateRange
    • Feature
    • ILicenseManagementWS
    • InvalidCredentialsException
    • IssueGeneralServices
    • IssueSystemException
    • License
    • LicenseFeature
    • LicenseFilter
    • LicenseInfo
    • LicenseInstallType
    • LicenseRetrievalOptions
    • LicenseStatusType
    • LicenseStore
    • LicenseSummary
    • Limitations
    • NotSubscriptionLicenseTypeException
    • Product
    • ProductFilter
    • ProductRetrievalOptions
    • Sku
    • SkuFilter
    • SkuRetrievalOptions
    • SKUType

Class Sku

A license template from which individual licenses can be generated. It specifies license parameters to be used when creating a license.

Namespace: Microsoft.Licensing.LicenseIssue
Assembly: Slps.Domain.Interfaces.dll

Constructors

Sku()

Declaration
public Sku()

Fields

Description

The short description of the SKU.

Declaration
public string Description
Field Value
Type Description
System.String

Id

The unique identifier of the SKU.

Declaration
public string Id
Field Value
Type Description
System.String

LicenseInfo

The license parameters defined by the SKU. These will be used when creating a license from the SKU but can be overidden before license is created.

Declaration
public LicenseInfo LicenseInfo
Field Value
Type Description
LicenseInfo

Name

The name of the SKU.

Declaration
public string Name
Field Value
Type Description
System.String

TemplateLicenseKey

Template License Key for the SKU

Declaration
public string TemplateLicenseKey
Field Value
Type Description
System.String
Back to top Generated by DocFX