GraphServicesIdentity Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.GraphServices.Models.GraphServicesIdentityTypeConverter))]
public class GraphServicesIdentity : Microsoft.Azure.PowerShell.Cmdlets.GraphServices.Models.IGraphServicesIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.GraphServices.Models.GraphServicesIdentityTypeConverter))>]
type GraphServicesIdentity = class
    interface IGraphServicesIdentity
    interface IJsonSerializable
Public Class GraphServicesIdentity
Implements IGraphServicesIdentity
Inheritance
GraphServicesIdentity
Attributes
Implements

Constructors

Name Description
GraphServicesIdentity()

Creates an new GraphServicesIdentity instance.

Properties

Name Description
Id

Resource identity path

ResourceGroupName

The name of the resource group. The name is case insensitive.

ResourceName

The name of the resource.

SubscriptionId

The ID of the target subscription.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of GraphServicesIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of GraphServicesIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.GraphServices.Models.IGraphServicesIdentity.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of GraphServicesIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to