LicenseProfilesListResult 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 hybrid machine license profile operation response.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.LicenseProfilesListResultTypeConverter))]
public class LicenseProfilesListResult : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILicenseProfilesListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.LicenseProfilesListResultTypeConverter))>]
type LicenseProfilesListResult = class
interface ILicenseProfilesListResult
interface IJsonSerializable
Public Class LicenseProfilesListResult
Implements ILicenseProfilesListResult
- Inheritance
-
LicenseProfilesListResult
- Attributes
- Implements
Constructors
LicenseProfilesListResult() |
Creates an new LicenseProfilesListResult 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 license profiles. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of LicenseProfilesListResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of LicenseProfilesListResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILicenseProfilesListResult. |
FromJsonString(String) |
Creates a new instance of LicenseProfilesListResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of LicenseProfilesListResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |