EsuProfileUpdateProperties 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.
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() |