SelfHelpIdentity 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.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. |
| 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() | |