WorkbooksListResult 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.
Workbook list result.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220401.WorkbooksListResultTypeConverter))]
public class WorkbooksListResult : Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220401.IWorkbooksListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220401.WorkbooksListResultTypeConverter))>]
type WorkbooksListResult = class
interface IWorkbooksListResult
interface IJsonSerializable
Public Class WorkbooksListResult
Implements IWorkbooksListResult
- Inheritance
-
WorkbooksListResult
- Attributes
- Implements
Constructors
WorkbooksListResult() |
Creates an new WorkbooksListResult instance. |
Properties
NextLink | |
Value |
An array of workbooks. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of WorkbooksListResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of WorkbooksListResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220401.IWorkbooksListResult. |
FromJsonString(String) |
Creates a new instance of WorkbooksListResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of WorkbooksListResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |