MockableApplicationInsightsArmClient.GetWorkbookResource Method

Definition

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

public virtual Azure.ResourceManager.ApplicationInsights.WorkbookResource GetWorkbookResource (Azure.Core.ResourceIdentifier id);
abstract member GetWorkbookResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.ApplicationInsights.WorkbookResource
override this.GetWorkbookResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.ApplicationInsights.WorkbookResource
Public Overridable Function GetWorkbookResource (id As ResourceIdentifier) As WorkbookResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a WorkbookResource object.

Applies to