PortalIdentity 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.
[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. |