Bagikan melalui


MockableOperationalInsightsArmClient.GetOperationalInsightsTableResource Method

Definition

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

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