ISelfHelpIdentity Interface
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.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. |
| 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) |