Bagikan melalui


MockableSelfHelpArmClient.GetSelfHelpDiagnosticResource Method

Definition

Gets an object representing a SelfHelpDiagnosticResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String) to create a SelfHelpDiagnosticResourceResourceIdentifier from its components.

public virtual Azure.ResourceManager.SelfHelp.SelfHelpDiagnosticResource GetSelfHelpDiagnosticResource (Azure.Core.ResourceIdentifier id);
abstract member GetSelfHelpDiagnosticResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.SelfHelp.SelfHelpDiagnosticResource
override this.GetSelfHelpDiagnosticResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.SelfHelp.SelfHelpDiagnosticResource
Public Overridable Function GetSelfHelpDiagnosticResource (id As ResourceIdentifier) As SelfHelpDiagnosticResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a SelfHelpDiagnosticResource object.

Applies to