MockableOperationalInsightsArmClient.GetOperationalInsightsDataSourceResource Method

Definition

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

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