WorkbookTemplateResource 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.
An azure resource object
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20201120.WorkbookTemplateResourceTypeConverter))]
public class WorkbookTemplateResource : Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20201120.IWorkbookTemplateResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20201120.WorkbookTemplateResourceTypeConverter))>]
type WorkbookTemplateResource = class
interface IWorkbookTemplateResource
interface IJsonSerializable
Public Class WorkbookTemplateResource
Implements IWorkbookTemplateResource
- Inheritance
-
WorkbookTemplateResource
- Attributes
- Implements
Constructors
WorkbookTemplateResource() |
Creates an new WorkbookTemplateResource instance. |
Properties
Id |
Azure resource Id |
Location |
Resource location |
Name |
Azure resource name. |
Tag |
Resource tags |
Type |
Azure resource type |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of WorkbookTemplateResource. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of WorkbookTemplateResource. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20201120.IWorkbookTemplateResource. |
FromJsonString(String) |
Creates a new instance of WorkbookTemplateResource, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of WorkbookTemplateResource into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |