MockableStorageArmClient.GetStorageAccountLocalUserResource Method

Definition

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

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a StorageAccountLocalUserResource object.

Applies to