FileSystemsOperations interface
Interface representing a FileSystems operations.
Properties
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
Create a FileSystemResource |
| delete | Delete a FileSystemResource |
| get | Get a FileSystemResource |
| list |
List FileSystemResource resources by resource group |
| list |
List FileSystemResource resources by subscription ID |
| update | Update a FileSystemResource |
Property Details
beginCreateOrUpdate
Warning
This API is now deprecated.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, fileSystemName: string, resource: FileSystemResource, options?: FileSystemsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<FileSystemResource>, FileSystemResource>>
Property Value
(resourceGroupName: string, fileSystemName: string, resource: FileSystemResource, options?: FileSystemsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<FileSystemResource>, FileSystemResource>>
beginCreateOrUpdateAndWait
Warning
This API is now deprecated.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, fileSystemName: string, resource: FileSystemResource, options?: FileSystemsCreateOrUpdateOptionalParams) => Promise<FileSystemResource>
Property Value
(resourceGroupName: string, fileSystemName: string, resource: FileSystemResource, options?: FileSystemsCreateOrUpdateOptionalParams) => Promise<FileSystemResource>
beginDelete
Warning
This API is now deprecated.
use delete instead
beginDelete: (resourceGroupName: string, fileSystemName: string, options?: FileSystemsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Property Value
(resourceGroupName: string, fileSystemName: string, options?: FileSystemsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Warning
This API is now deprecated.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, fileSystemName: string, options?: FileSystemsDeleteOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, fileSystemName: string, options?: FileSystemsDeleteOptionalParams) => Promise<void>
createOrUpdate
Create a FileSystemResource
createOrUpdate: (resourceGroupName: string, fileSystemName: string, resource: FileSystemResource, options?: FileSystemsCreateOrUpdateOptionalParams) => PollerLike<OperationState<FileSystemResource>, FileSystemResource>
Property Value
(resourceGroupName: string, fileSystemName: string, resource: FileSystemResource, options?: FileSystemsCreateOrUpdateOptionalParams) => PollerLike<OperationState<FileSystemResource>, FileSystemResource>
delete
Delete a FileSystemResource
delete: (resourceGroupName: string, fileSystemName: string, options?: FileSystemsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Property Value
(resourceGroupName: string, fileSystemName: string, options?: FileSystemsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Get a FileSystemResource
get: (resourceGroupName: string, fileSystemName: string, options?: FileSystemsGetOptionalParams) => Promise<FileSystemResource>
Property Value
(resourceGroupName: string, fileSystemName: string, options?: FileSystemsGetOptionalParams) => Promise<FileSystemResource>
listByResourceGroup
List FileSystemResource resources by resource group
listByResourceGroup: (resourceGroupName: string, options?: FileSystemsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<FileSystemResource, FileSystemResource[], PageSettings>
Property Value
(resourceGroupName: string, options?: FileSystemsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<FileSystemResource, FileSystemResource[], PageSettings>
listBySubscription
List FileSystemResource resources by subscription ID
listBySubscription: (options?: FileSystemsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<FileSystemResource, FileSystemResource[], PageSettings>
Property Value
(options?: FileSystemsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<FileSystemResource, FileSystemResource[], PageSettings>
update
Update a FileSystemResource
update: (resourceGroupName: string, fileSystemName: string, properties: FileSystemResourceUpdate, options?: FileSystemsUpdateOptionalParams) => Promise<FileSystemResource>
Property Value
(resourceGroupName: string, fileSystemName: string, properties: FileSystemResourceUpdate, options?: FileSystemsUpdateOptionalParams) => Promise<FileSystemResource>