MockableOperationalInsightsArmClient.GetOperationalInsightsTableResource Method

Definition

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

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a OperationalInsightsTableResource object.

Applies to