Share via


MockableOperationalInsightsArmClient.GetOperationalInsightsDataSourceResource Method

Definition

Gets an object representing an OperationalInsightsDataSourceResource 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 OperationalInsightsDataSourceResourceResourceIdentifier from its components.

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a OperationalInsightsDataSourceResource object.

Applies to