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