Compartir a través de


EsuProfileUpdateProperties Class

Definition

Describes the Update properties of a ESU License Profile.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.EsuProfileUpdatePropertiesTypeConverter))]
public class EsuProfileUpdateProperties : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IEsuProfileUpdateProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.EsuProfileUpdatePropertiesTypeConverter))>]
type EsuProfileUpdateProperties = class
    interface IEsuProfileUpdateProperties
    interface IJsonSerializable
Public Class EsuProfileUpdateProperties
Implements IEsuProfileUpdateProperties
Inheritance
EsuProfileUpdateProperties
Attributes
Implements

Constructors

EsuProfileUpdateProperties()

Creates an new EsuProfileUpdateProperties instance.

Properties

AssignedLicense

The resource id of the license.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EsuProfileUpdateProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EsuProfileUpdateProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of EsuProfileUpdateProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to