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