你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MyWorkbookManagedIdentity 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.
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() |