AmlFilesystemsOperations interface
Interfaz que representa las operaciones de un AmlFilesystems.
Propiedades
| archive | Archivar datos del sistema de archivos AML. |
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| cancel |
Cancelación del archivado de datos del sistema de archivos AML. |
| create |
Cree o actualice un sistema de archivos AML. |
| delete | Programa un sistema de archivos AML para su eliminación. |
| get | Devuelve un sistema de archivos AML. |
| list | Devuelve todos los sistemas de archivos AML a los que el usuario tiene acceso en una suscripción. |
| list |
Devuelve todos los sistemas de archivos AML a los que el usuario tiene acceso en un grupo de recursos. |
| update | Actualice una instancia del sistema de archivos AML. |
Detalles de las propiedades
archive
Archivar datos del sistema de archivos AML.
archive: (resourceGroupName: string, amlFilesystemName: string, options?: AmlFilesystemsArchiveOptionalParams) => Promise<void>
Valor de propiedad
(resourceGroupName: string, amlFilesystemName: string, options?: AmlFilesystemsArchiveOptionalParams) => Promise<void>
beginCreateOrUpdate
Advertencia
Esta API ya está en desuso.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, amlFilesystemName: string, amlFilesystem: AmlFilesystem, options?: AmlFilesystemsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<AmlFilesystem>, AmlFilesystem>>
Valor de propiedad
(resourceGroupName: string, amlFilesystemName: string, amlFilesystem: AmlFilesystem, options?: AmlFilesystemsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<AmlFilesystem>, AmlFilesystem>>
beginCreateOrUpdateAndWait
Advertencia
Esta API ya está en desuso.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, amlFilesystemName: string, amlFilesystem: AmlFilesystem, options?: AmlFilesystemsCreateOrUpdateOptionalParams) => Promise<AmlFilesystem>
Valor de propiedad
(resourceGroupName: string, amlFilesystemName: string, amlFilesystem: AmlFilesystem, options?: AmlFilesystemsCreateOrUpdateOptionalParams) => Promise<AmlFilesystem>
beginDelete
Advertencia
Esta API ya está en desuso.
use delete instead
beginDelete: (resourceGroupName: string, amlFilesystemName: string, options?: AmlFilesystemsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Valor de propiedad
(resourceGroupName: string, amlFilesystemName: string, options?: AmlFilesystemsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Advertencia
Esta API ya está en desuso.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, amlFilesystemName: string, options?: AmlFilesystemsDeleteOptionalParams) => Promise<void>
Valor de propiedad
(resourceGroupName: string, amlFilesystemName: string, options?: AmlFilesystemsDeleteOptionalParams) => Promise<void>
beginUpdate
Advertencia
Esta API ya está en desuso.
use update instead
beginUpdate: (resourceGroupName: string, amlFilesystemName: string, amlFilesystem: AmlFilesystemUpdate, options?: AmlFilesystemsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<AmlFilesystem>, AmlFilesystem>>
Valor de propiedad
(resourceGroupName: string, amlFilesystemName: string, amlFilesystem: AmlFilesystemUpdate, options?: AmlFilesystemsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<AmlFilesystem>, AmlFilesystem>>
beginUpdateAndWait
Advertencia
Esta API ya está en desuso.
use update instead
beginUpdateAndWait: (resourceGroupName: string, amlFilesystemName: string, amlFilesystem: AmlFilesystemUpdate, options?: AmlFilesystemsUpdateOptionalParams) => Promise<AmlFilesystem>
Valor de propiedad
(resourceGroupName: string, amlFilesystemName: string, amlFilesystem: AmlFilesystemUpdate, options?: AmlFilesystemsUpdateOptionalParams) => Promise<AmlFilesystem>
cancelArchive
Cancelación del archivado de datos del sistema de archivos AML.
cancelArchive: (resourceGroupName: string, amlFilesystemName: string, options?: AmlFilesystemsCancelArchiveOptionalParams) => Promise<void>
Valor de propiedad
(resourceGroupName: string, amlFilesystemName: string, options?: AmlFilesystemsCancelArchiveOptionalParams) => Promise<void>
createOrUpdate
Cree o actualice un sistema de archivos AML.
createOrUpdate: (resourceGroupName: string, amlFilesystemName: string, amlFilesystem: AmlFilesystem, options?: AmlFilesystemsCreateOrUpdateOptionalParams) => PollerLike<OperationState<AmlFilesystem>, AmlFilesystem>
Valor de propiedad
(resourceGroupName: string, amlFilesystemName: string, amlFilesystem: AmlFilesystem, options?: AmlFilesystemsCreateOrUpdateOptionalParams) => PollerLike<OperationState<AmlFilesystem>, AmlFilesystem>
delete
Programa un sistema de archivos AML para su eliminación.
delete: (resourceGroupName: string, amlFilesystemName: string, options?: AmlFilesystemsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Valor de propiedad
(resourceGroupName: string, amlFilesystemName: string, options?: AmlFilesystemsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Devuelve un sistema de archivos AML.
get: (resourceGroupName: string, amlFilesystemName: string, options?: AmlFilesystemsGetOptionalParams) => Promise<AmlFilesystem>
Valor de propiedad
(resourceGroupName: string, amlFilesystemName: string, options?: AmlFilesystemsGetOptionalParams) => Promise<AmlFilesystem>
list
Devuelve todos los sistemas de archivos AML a los que el usuario tiene acceso en una suscripción.
list: (options?: AmlFilesystemsListOptionalParams) => PagedAsyncIterableIterator<AmlFilesystem, AmlFilesystem[], PageSettings>
Valor de propiedad
(options?: AmlFilesystemsListOptionalParams) => PagedAsyncIterableIterator<AmlFilesystem, AmlFilesystem[], PageSettings>
listByResourceGroup
Devuelve todos los sistemas de archivos AML a los que el usuario tiene acceso en un grupo de recursos.
listByResourceGroup: (resourceGroupName: string, options?: AmlFilesystemsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<AmlFilesystem, AmlFilesystem[], PageSettings>
Valor de propiedad
(resourceGroupName: string, options?: AmlFilesystemsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<AmlFilesystem, AmlFilesystem[], PageSettings>
update
Actualice una instancia del sistema de archivos AML.
update: (resourceGroupName: string, amlFilesystemName: string, amlFilesystem: AmlFilesystemUpdate, options?: AmlFilesystemsUpdateOptionalParams) => PollerLike<OperationState<AmlFilesystem>, AmlFilesystem>
Valor de propiedad
(resourceGroupName: string, amlFilesystemName: string, amlFilesystem: AmlFilesystemUpdate, options?: AmlFilesystemsUpdateOptionalParams) => PollerLike<OperationState<AmlFilesystem>, AmlFilesystem>