LicensesListResult 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.
The List license operation response.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.LicensesListResultTypeConverter))]
public class LicensesListResult : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILicensesListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.LicensesListResultTypeConverter))>]
type LicensesListResult = class
interface ILicensesListResult
interface IJsonSerializable
Public Class LicensesListResult
Implements ILicensesListResult
- Inheritance
-
LicensesListResult
- Attributes
- Implements
Constructors
LicensesListResult() |
Creates an new LicensesListResult instance. |
Properties
NextLink |
The URI to fetch the next page of Machines. Call ListNext() with this URI to fetch the next page of license profile. |
Value |
The list of licenses. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of LicensesListResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of LicensesListResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILicensesListResult. |
FromJsonString(String) |
Creates a new instance of LicensesListResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of LicensesListResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |