Share via


MockableOperationalInsightsArmClient.GetOperationalInsightsLinkedStorageAccountsResource Method

Definition

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

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a OperationalInsightsLinkedStorageAccountsResource object.

Applies to