AmlFilesystems interface

Interface representing a AmlFilesystems.

Methods

archive(string, string, AmlFilesystemsArchiveOptionalParams)

Archive data from the AML file system.

beginCreateOrUpdate(string, string, AmlFilesystem, AmlFilesystemsCreateOrUpdateOptionalParams)

Create or update an AML file system.

beginCreateOrUpdateAndWait(string, string, AmlFilesystem, AmlFilesystemsCreateOrUpdateOptionalParams)

Create or update an AML file system.

beginDelete(string, string, AmlFilesystemsDeleteOptionalParams)

Schedules an AML file system for deletion.

beginDeleteAndWait(string, string, AmlFilesystemsDeleteOptionalParams)

Schedules an AML file system for deletion.

beginUpdate(string, string, AmlFilesystemUpdate, AmlFilesystemsUpdateOptionalParams)

Update an AML file system instance.

beginUpdateAndWait(string, string, AmlFilesystemUpdate, AmlFilesystemsUpdateOptionalParams)

Update an AML file system instance.

cancelArchive(string, string, AmlFilesystemsCancelArchiveOptionalParams)

Cancel archiving data from the AML file system.

get(string, string, AmlFilesystemsGetOptionalParams)

Returns an AML file system.

list(AmlFilesystemsListOptionalParams)

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

listByResourceGroup(string, AmlFilesystemsListByResourceGroupOptionalParams)

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

Method Details

archive(string, string, AmlFilesystemsArchiveOptionalParams)

Archive data from the AML file system.

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

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

amlFilesystemName

string

Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.

options
AmlFilesystemsArchiveOptionalParams

The options parameters.

Returns

Promise<void>

beginCreateOrUpdate(string, string, AmlFilesystem, AmlFilesystemsCreateOrUpdateOptionalParams)

Create or update an AML file system.

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

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

amlFilesystemName

string

Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.

amlFilesystem
AmlFilesystem

Object containing the user-selectable properties of the AML file system. If read-only properties are included, they must match the existing values of those properties.

options
AmlFilesystemsCreateOrUpdateOptionalParams

The options parameters.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<AmlFilesystem>, AmlFilesystem>>

beginCreateOrUpdateAndWait(string, string, AmlFilesystem, AmlFilesystemsCreateOrUpdateOptionalParams)

Create or update an AML file system.

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

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

amlFilesystemName

string

Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.

amlFilesystem
AmlFilesystem

Object containing the user-selectable properties of the AML file system. If read-only properties are included, they must match the existing values of those properties.

options
AmlFilesystemsCreateOrUpdateOptionalParams

The options parameters.

Returns

Promise<AmlFilesystem>

beginDelete(string, string, AmlFilesystemsDeleteOptionalParams)

Schedules an AML file system for deletion.

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

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

amlFilesystemName

string

Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.

options
AmlFilesystemsDeleteOptionalParams

The options parameters.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, AmlFilesystemsDeleteOptionalParams)

Schedules an AML file system for deletion.

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

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

amlFilesystemName

string

Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.

options
AmlFilesystemsDeleteOptionalParams

The options parameters.

Returns

Promise<void>

beginUpdate(string, string, AmlFilesystemUpdate, AmlFilesystemsUpdateOptionalParams)

Update an AML file system instance.

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

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

amlFilesystemName

string

Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.

amlFilesystem
AmlFilesystemUpdate

Object containing the user-selectable properties of the AML file system. If read-only properties are included, they must match the existing values of those properties.

options
AmlFilesystemsUpdateOptionalParams

The options parameters.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<AmlFilesystem>, AmlFilesystem>>

beginUpdateAndWait(string, string, AmlFilesystemUpdate, AmlFilesystemsUpdateOptionalParams)

Update an AML file system instance.

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

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

amlFilesystemName

string

Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.

amlFilesystem
AmlFilesystemUpdate

Object containing the user-selectable properties of the AML file system. If read-only properties are included, they must match the existing values of those properties.

options
AmlFilesystemsUpdateOptionalParams

The options parameters.

Returns

Promise<AmlFilesystem>

cancelArchive(string, string, AmlFilesystemsCancelArchiveOptionalParams)

Cancel archiving data from the AML file system.

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

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

amlFilesystemName

string

Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.

options
AmlFilesystemsCancelArchiveOptionalParams

The options parameters.

Returns

Promise<void>

get(string, string, AmlFilesystemsGetOptionalParams)

Returns an AML file system.

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

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

amlFilesystemName

string

Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.

options
AmlFilesystemsGetOptionalParams

The options parameters.

Returns

Promise<AmlFilesystem>

list(AmlFilesystemsListOptionalParams)

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

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

Parameters

options
AmlFilesystemsListOptionalParams

The options parameters.

Returns

listByResourceGroup(string, AmlFilesystemsListByResourceGroupOptionalParams)

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

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

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

options
AmlFilesystemsListByResourceGroupOptionalParams

The options parameters.

Returns