你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PortalIdentity Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Portal.Models.PortalIdentityTypeConverter))]
public class PortalIdentity : Microsoft.Azure.PowerShell.Cmdlets.Portal.Models.IPortalIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Portal.Models.PortalIdentityTypeConverter))>]
type PortalIdentity = class
    interface IPortalIdentity
    interface IJsonSerializable
Public Class PortalIdentity
Implements IPortalIdentity
Inheritance
PortalIdentity
Attributes
Implements

Constructors

PortalIdentity()

Creates an new PortalIdentity instance.

Properties

DashboardName

The name of the dashboard.

Id

Resource identity path

ResourceGroupName

The name of the resource group.

SubscriptionId

The Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PortalIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PortalIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Portal.Models.IPortalIdentity.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PortalIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to