Share via


MockableOperationalInsightsArmClient.GetOperationalInsightsWorkspaceResource Method

Definition

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

public virtual Azure.ResourceManager.OperationalInsights.OperationalInsightsWorkspaceResource GetOperationalInsightsWorkspaceResource (Azure.Core.ResourceIdentifier id);
abstract member GetOperationalInsightsWorkspaceResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.OperationalInsights.OperationalInsightsWorkspaceResource
override this.GetOperationalInsightsWorkspaceResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.OperationalInsights.OperationalInsightsWorkspaceResource
Public Overridable Function GetOperationalInsightsWorkspaceResource (id As ResourceIdentifier) As OperationalInsightsWorkspaceResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a OperationalInsightsWorkspaceResource object.

Applies to