Share via


MockableStorageCacheArmClient.GetAmlFileSystemResource Method

Definition

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

public virtual Azure.ResourceManager.StorageCache.AmlFileSystemResource GetAmlFileSystemResource (Azure.Core.ResourceIdentifier id);
abstract member GetAmlFileSystemResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.StorageCache.AmlFileSystemResource
override this.GetAmlFileSystemResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.StorageCache.AmlFileSystemResource
Public Overridable Function GetAmlFileSystemResource (id As ResourceIdentifier) As AmlFileSystemResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a AmlFileSystemResource object.

Applies to