Bagikan melalui


LicenseProfileUpdate Class

Definition

Describes a License Profile Update.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.LicenseProfileUpdateTypeConverter))]
public class LicenseProfileUpdate : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILicenseProfileUpdate, Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.LicenseProfileUpdateTypeConverter))>]
type LicenseProfileUpdate = class
    interface ILicenseProfileUpdate
    interface IJsonSerializable
    interface IResourceUpdate
    interface IValidates
Public Class LicenseProfileUpdate
Implements ILicenseProfileUpdate, IValidates
Inheritance
LicenseProfileUpdate
Attributes
Implements

Constructors

LicenseProfileUpdate()

Creates an new LicenseProfileUpdate instance.

Properties

EsuProfileAssignedLicense

The resource id of the license.

ProductProfileProductFeature

The list of product feature updates.

ProductProfileProductType

Indicates the product type of the license.

ProductProfileSubscriptionStatus

Indicates the subscription status of the product.

SoftwareAssuranceCustomer

Specifies if this machine is licensed as part of a Software Assurance agreement.

Tags

Resource tags

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of LicenseProfileUpdate.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of LicenseProfileUpdate.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILicenseProfileUpdate.

FromJsonString(String)

Creates a new instance of LicenseProfileUpdate, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of LicenseProfileUpdate into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to