ISelfHelpIdentity Interface

Definition

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

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
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to