Freigeben über


SubvolumesOperations interface

Schnittstelle, die eine Subvolumes-Operation darstellt.

Eigenschaften

create

Erstellt ein Subvolume im Pfad oder klont das Subvolume, das im parentPath erwähnt wird.

delete
get

Gibt den Pfad zurück, der dem angegebenen subvolumeName zugeordnet ist

getMetadata

Abrufen von Details zum angegebenen Subvolume

listByVolume

Gibt eine Liste der Subvolumes auf dem Volume zurück

update

Patchen eines Subvolumes

Details zur Eigenschaft

create

Erstellt ein Subvolume im Pfad oder klont das Subvolume, das im parentPath erwähnt wird.

create: (resourceGroupName: string, accountName: string, poolName: string, volumeName: string, subvolumeName: string, body: SubvolumeInfo, options?: SubvolumesCreateOptionalParams) => PollerLike<OperationState<SubvolumeInfo>, SubvolumeInfo>

Eigenschaftswert

(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, subvolumeName: string, body: SubvolumeInfo, options?: SubvolumesCreateOptionalParams) => PollerLike<OperationState<SubvolumeInfo>, SubvolumeInfo>

delete

delete: (resourceGroupName: string, accountName: string, poolName: string, volumeName: string, subvolumeName: string, options?: SubvolumesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Eigenschaftswert

(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, subvolumeName: string, options?: SubvolumesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Gibt den Pfad zurück, der dem angegebenen subvolumeName zugeordnet ist

get: (resourceGroupName: string, accountName: string, poolName: string, volumeName: string, subvolumeName: string, options?: SubvolumesGetOptionalParams) => Promise<SubvolumeInfo>

Eigenschaftswert

(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, subvolumeName: string, options?: SubvolumesGetOptionalParams) => Promise<SubvolumeInfo>

getMetadata

Abrufen von Details zum angegebenen Subvolume

getMetadata: (resourceGroupName: string, accountName: string, poolName: string, volumeName: string, subvolumeName: string, options?: SubvolumesGetMetadataOptionalParams) => PollerLike<OperationState<SubvolumeModel>, SubvolumeModel>

Eigenschaftswert

(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, subvolumeName: string, options?: SubvolumesGetMetadataOptionalParams) => PollerLike<OperationState<SubvolumeModel>, SubvolumeModel>

listByVolume

Gibt eine Liste der Subvolumes auf dem Volume zurück

listByVolume: (resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options?: SubvolumesListByVolumeOptionalParams) => PagedAsyncIterableIterator<SubvolumeInfo, SubvolumeInfo[], PageSettings>

Eigenschaftswert

(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options?: SubvolumesListByVolumeOptionalParams) => PagedAsyncIterableIterator<SubvolumeInfo, SubvolumeInfo[], PageSettings>

update

Patchen eines Subvolumes

update: (resourceGroupName: string, accountName: string, poolName: string, volumeName: string, subvolumeName: string, body: SubvolumePatchRequest, options?: SubvolumesUpdateOptionalParams) => PollerLike<OperationState<SubvolumeInfo>, SubvolumeInfo>

Eigenschaftswert

(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, subvolumeName: string, body: SubvolumePatchRequest, options?: SubvolumesUpdateOptionalParams) => PollerLike<OperationState<SubvolumeInfo>, SubvolumeInfo>