MockableDellStorageResourceGroupResource.GetDellFileSystemAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get a FileSystemResource
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Dell.Storage/filesystems/{filesystemName}
- Operation Id: FileSystemResource_Get
- Default Api Version: 2025-03-21-preview
- Resource: DellFileSystemResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Dell.Storage.DellFileSystemResource>> GetDellFileSystemAsync(string filesystemName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDellFileSystemAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Dell.Storage.DellFileSystemResource>>
override this.GetDellFileSystemAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Dell.Storage.DellFileSystemResource>>
Public Overridable Function GetDellFileSystemAsync (filesystemName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of DellFileSystemResource))
Parameters
- filesystemName
- String
Name of the filesystem resource.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
filesystemName
is null.
filesystemName
is an empty string, and was expected to be non-empty.