Share via


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. The name is case insensitive.

SubscriptionId

The ID of the target subscription. The value must be an UUID.

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