LicenseProfileUpdateProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describe the Update properties of a license profile.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.LicenseProfileUpdatePropertiesTypeConverter))]
public class LicenseProfileUpdateProperties : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILicenseProfileUpdateProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.LicenseProfileUpdatePropertiesTypeConverter))>]
type LicenseProfileUpdateProperties = class
interface ILicenseProfileUpdateProperties
interface IJsonSerializable
Public Class LicenseProfileUpdateProperties
Implements ILicenseProfileUpdateProperties
- Inheritance
-
LicenseProfileUpdateProperties
- Attributes
- Implements
Constructors
LicenseProfileUpdateProperties() |
Creates an new LicenseProfileUpdateProperties 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. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of LicenseProfileUpdateProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of LicenseProfileUpdateProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILicenseProfileUpdateProperties. |
FromJsonString(String) |
Creates a new instance of LicenseProfileUpdateProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of LicenseProfileUpdateProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |