Bagikan melalui


MockableSelfHelpArmClient.GetSelfHelpSolutionResource Method

Definition

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

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a SelfHelpSolutionResource object.

Applies to