Share via


DellFileSystemCollection.Exists(String, CancellationToken) Method

Definition

Checks to see if the resource exists in azure.

  • 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 Azure.Response<bool> Exists(string filesystemName, System.Threading.CancellationToken cancellationToken = default);
abstract member Exists : string * System.Threading.CancellationToken -> Azure.Response<bool>
override this.Exists : string * System.Threading.CancellationToken -> Azure.Response<bool>
Public Overridable Function Exists (filesystemName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of Boolean)

Parameters

filesystemName
String

Name of the filesystem resource.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

filesystemName is an empty string, and was expected to be non-empty.

filesystemName is null.

Applies to