AmlFilesystemsOperations interface

Interface representing a AmlFilesystems operations.

Properties

archive

Archive data from the AML file system.

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
beginUpdate
beginUpdateAndWait
cancelArchive

Cancel archiving data from the AML file system.

createOrUpdate

Create or update an AML file system.

delete

Schedules an AML file system for deletion.

get

Returns an AML file system.

list

Returns all AML file systems the user has access to under a subscription.

listByResourceGroup

Returns all AML file systems the user has access to under a resource group.

update

Update an AML file system instance.

Property Details

archive

Archive data from the AML file system.

archive: (resourceGroupName: string, amlFilesystemName: string, options?: AmlFilesystemsArchiveOptionalParams) => Promise<void>

Property Value

(resourceGroupName: string, amlFilesystemName: string, options?: AmlFilesystemsArchiveOptionalParams) => Promise<void>

beginCreateOrUpdate

Warning

This API is now deprecated.

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, amlFilesystemName: string, amlFilesystem: AmlFilesystem, options?: AmlFilesystemsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<AmlFilesystem>, AmlFilesystem>>

Property Value

(resourceGroupName: string, amlFilesystemName: string, amlFilesystem: AmlFilesystem, options?: AmlFilesystemsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<AmlFilesystem>, AmlFilesystem>>

beginCreateOrUpdateAndWait

Warning

This API is now deprecated.

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, amlFilesystemName: string, amlFilesystem: AmlFilesystem, options?: AmlFilesystemsCreateOrUpdateOptionalParams) => Promise<AmlFilesystem>

Property Value

(resourceGroupName: string, amlFilesystemName: string, amlFilesystem: AmlFilesystem, options?: AmlFilesystemsCreateOrUpdateOptionalParams) => Promise<AmlFilesystem>

beginDelete

Warning

This API is now deprecated.

use delete instead

beginDelete: (resourceGroupName: string, amlFilesystemName: string, options?: AmlFilesystemsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Property Value

(resourceGroupName: string, amlFilesystemName: string, options?: AmlFilesystemsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Warning

This API is now deprecated.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, amlFilesystemName: string, options?: AmlFilesystemsDeleteOptionalParams) => Promise<void>

Property Value

(resourceGroupName: string, amlFilesystemName: string, options?: AmlFilesystemsDeleteOptionalParams) => Promise<void>

beginUpdate

Warning

This API is now deprecated.

use update instead

beginUpdate: (resourceGroupName: string, amlFilesystemName: string, amlFilesystem: AmlFilesystemUpdate, options?: AmlFilesystemsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<AmlFilesystem>, AmlFilesystem>>

Property Value

(resourceGroupName: string, amlFilesystemName: string, amlFilesystem: AmlFilesystemUpdate, options?: AmlFilesystemsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<AmlFilesystem>, AmlFilesystem>>

beginUpdateAndWait

Warning

This API is now deprecated.

use update instead

beginUpdateAndWait: (resourceGroupName: string, amlFilesystemName: string, amlFilesystem: AmlFilesystemUpdate, options?: AmlFilesystemsUpdateOptionalParams) => Promise<AmlFilesystem>

Property Value

(resourceGroupName: string, amlFilesystemName: string, amlFilesystem: AmlFilesystemUpdate, options?: AmlFilesystemsUpdateOptionalParams) => Promise<AmlFilesystem>

cancelArchive

Cancel archiving data from the AML file system.

cancelArchive: (resourceGroupName: string, amlFilesystemName: string, options?: AmlFilesystemsCancelArchiveOptionalParams) => Promise<void>

Property Value

(resourceGroupName: string, amlFilesystemName: string, options?: AmlFilesystemsCancelArchiveOptionalParams) => Promise<void>

createOrUpdate

Create or update an AML file system.

createOrUpdate: (resourceGroupName: string, amlFilesystemName: string, amlFilesystem: AmlFilesystem, options?: AmlFilesystemsCreateOrUpdateOptionalParams) => PollerLike<OperationState<AmlFilesystem>, AmlFilesystem>

Property Value

(resourceGroupName: string, amlFilesystemName: string, amlFilesystem: AmlFilesystem, options?: AmlFilesystemsCreateOrUpdateOptionalParams) => PollerLike<OperationState<AmlFilesystem>, AmlFilesystem>

delete

Schedules an AML file system for deletion.

delete: (resourceGroupName: string, amlFilesystemName: string, options?: AmlFilesystemsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Property Value

(resourceGroupName: string, amlFilesystemName: string, options?: AmlFilesystemsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Returns an AML file system.

get: (resourceGroupName: string, amlFilesystemName: string, options?: AmlFilesystemsGetOptionalParams) => Promise<AmlFilesystem>

Property Value

(resourceGroupName: string, amlFilesystemName: string, options?: AmlFilesystemsGetOptionalParams) => Promise<AmlFilesystem>

list

Returns all AML file systems the user has access to under a subscription.

list: (options?: AmlFilesystemsListOptionalParams) => PagedAsyncIterableIterator<AmlFilesystem, AmlFilesystem[], PageSettings>

Property Value

(options?: AmlFilesystemsListOptionalParams) => PagedAsyncIterableIterator<AmlFilesystem, AmlFilesystem[], PageSettings>

listByResourceGroup

Returns all AML file systems the user has access to under a resource group.

listByResourceGroup: (resourceGroupName: string, options?: AmlFilesystemsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<AmlFilesystem, AmlFilesystem[], PageSettings>

Property Value

(resourceGroupName: string, options?: AmlFilesystemsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<AmlFilesystem, AmlFilesystem[], PageSettings>

update

Update an AML file system instance.

update: (resourceGroupName: string, amlFilesystemName: string, amlFilesystem: AmlFilesystemUpdate, options?: AmlFilesystemsUpdateOptionalParams) => PollerLike<OperationState<AmlFilesystem>, AmlFilesystem>

Property Value

(resourceGroupName: string, amlFilesystemName: string, amlFilesystem: AmlFilesystemUpdate, options?: AmlFilesystemsUpdateOptionalParams) => PollerLike<OperationState<AmlFilesystem>, AmlFilesystem>