MockableApplicationInsightsArmClient.GetComponentLinkedStorageAccountResource Method

Definition

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

public virtual Azure.ResourceManager.ApplicationInsights.ComponentLinkedStorageAccountResource GetComponentLinkedStorageAccountResource (Azure.Core.ResourceIdentifier id);
abstract member GetComponentLinkedStorageAccountResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.ApplicationInsights.ComponentLinkedStorageAccountResource
override this.GetComponentLinkedStorageAccountResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.ApplicationInsights.ComponentLinkedStorageAccountResource
Public Overridable Function GetComponentLinkedStorageAccountResource (id As ResourceIdentifier) As ComponentLinkedStorageAccountResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a ComponentLinkedStorageAccountResource object.

Applies to