MyWorkbookResource 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.Api20210308.MyWorkbookResourceTypeConverter))]
public class MyWorkbookResource : Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20210308.IMyWorkbookResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20210308.MyWorkbookResourceTypeConverter))>]
type MyWorkbookResource = class
interface IMyWorkbookResource
interface IJsonSerializable
Public Class MyWorkbookResource
Implements IMyWorkbookResource
- Inheritance
-
MyWorkbookResource
- Attributes
- Implements
Constructors
MyWorkbookResource() |
Creates an new MyWorkbookResource instance. |
Properties
Etag |
Resource etag |
Id |
Azure resource Id |
IdentityType |
The identity type. |
Location |
Resource location |
Name |
Azure resource name |
Tag |
Resource tags |
Type |
Azure resource type |
UserAssignedIdentityPrincipalId |
The principal ID of resource identity. |
UserAssignedIdentityTenantId |
The tenant ID of resource. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MyWorkbookResource. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MyWorkbookResource. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20210308.IMyWorkbookResource. |
FromJsonString(String) |
Creates a new instance of MyWorkbookResource, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of MyWorkbookResource into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |