Partager via


MdpIdentity Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.MdpIdentityTypeConverter))]
public class MdpIdentity : Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.IMdpIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.MdpIdentityTypeConverter))>]
type MdpIdentity = class
    interface IMdpIdentity
    interface IJsonSerializable
Public Class MdpIdentity
Implements IMdpIdentity
Inheritance
MdpIdentity
Attributes
Implements

Constructors

MdpIdentity()

Creates an new MdpIdentity instance.

Properties

Id

Resource identity path

LocationName

Name of the location.

PoolName

Name of the pool. It needs to be globally unique.

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 MdpIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MdpIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.IMdpIdentity.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of MdpIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to