MockableOperationalInsightsArmClient.GetOperationalInsightsWorkspaceResource Method

Definition

Gets an object representing a OperationalInsightsWorkspaceResource along with the instance operations that can be performed on it but with no data.

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