MockableStorageArmClient.GetStorageQueueResource(ResourceIdentifier) Method

Definition

Gets an object representing a StorageQueueResource 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 a StorageQueueResourceResourceIdentifier from its components.

public virtual Azure.ResourceManager.Storage.StorageQueueResource GetStorageQueueResource (Azure.Core.ResourceIdentifier id);
abstract member GetStorageQueueResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Storage.StorageQueueResource
override this.GetStorageQueueResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Storage.StorageQueueResource
Public Overridable Function GetStorageQueueResource (id As ResourceIdentifier) As StorageQueueResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a StorageQueueResource object.

Applies to