Sdílet prostřednictvím


MyWorkbookManagedIdentity Class

Definition

Customer Managed Identity

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20210308.MyWorkbookManagedIdentityTypeConverter))]
public class MyWorkbookManagedIdentity : Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20210308.IMyWorkbookManagedIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20210308.MyWorkbookManagedIdentityTypeConverter))>]
type MyWorkbookManagedIdentity = class
    interface IMyWorkbookManagedIdentity
    interface IJsonSerializable
Public Class MyWorkbookManagedIdentity
Implements IMyWorkbookManagedIdentity
Inheritance
MyWorkbookManagedIdentity
Attributes
Implements

Constructors

MyWorkbookManagedIdentity()

Creates an new MyWorkbookManagedIdentity instance.

Properties

Type

The identity type.

UserAssignedIdentityPrincipalId

The principal ID of resource identity.

UserAssignedIdentityTenantId

The tenant ID of resource.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MyWorkbookManagedIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MyWorkbookManagedIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20210308.IMyWorkbookManagedIdentity.

FromJsonString(String)

Creates a new instance of MyWorkbookManagedIdentity, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of MyWorkbookManagedIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to