ResourceGraphIdentity 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.ResourceGraph.Models.ResourceGraphIdentityTypeConverter))]
public class ResourceGraphIdentity : Microsoft.Azure.PowerShell.Cmdlets.ResourceGraph.Models.IResourceGraphIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceGraph.Models.ResourceGraphIdentityTypeConverter))>]
type ResourceGraphIdentity = class
interface IResourceGraphIdentity
interface IJsonSerializable
Public Class ResourceGraphIdentity
Implements IResourceGraphIdentity
- Inheritance
-
ResourceGraphIdentity
- Attributes
- Implements
Constructors
ResourceGraphIdentity() |
Creates an new ResourceGraphIdentity instance. |
Properties
Id |
Resource identity path |
ResourceGroupName |
The name of the resource group. |
ResourceName |
The name of the Graph Query resource. |
SubscriptionId |
The Azure subscription Id. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ResourceGraphIdentity. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ResourceGraphIdentity. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ResourceGraph.Models.IResourceGraphIdentity. |
FromJsonString(String) |
Creates a new instance of ResourceGraphIdentity, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ResourceGraphIdentity into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |