SelfHelpIdentity Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.SelfHelpIdentityTypeConverter))]
public class SelfHelpIdentity : Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.ISelfHelpIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.SelfHelpIdentityTypeConverter))>]
type SelfHelpIdentity = class
    interface ISelfHelpIdentity
    interface IJsonSerializable
Public Class SelfHelpIdentity
Implements ISelfHelpIdentity
Inheritance
SelfHelpIdentity
Attributes
Implements

Constructors

Name Description
SelfHelpIdentity()

Creates an new SelfHelpIdentity instance.

Properties

Name Description
DiagnosticsResourceName

Unique resource name for insight resources

Id

Resource identity path

Scope

scope = resourceUri of affected resource.
For example: /subscriptions/0d0fcd2e-c4fd-4349-8497-200edb3923c6/resourcegroups/myresourceGroup/providers/Microsoft.KeyVault/vaults/test-keyvault-non-read

SimplifiedSolutionsResourceName

Simplified Solutions Resource Name.

SolutionId
SolutionResourceName

Solution resource Name.

SubscriptionId

The ID of the target subscription. The value must be an UUID.

TroubleshooterName

Troubleshooter resource Name.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SelfHelpIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SelfHelpIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.ISelfHelpIdentity.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SelfHelpIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to