SnapshotsOperations interface

Interface représentant une opération Snapshots.

Propriétés

createOrUpdate

Crée ou met à jour un instantané.

delete

Supprime un instantané.

get

Obtient un instantané.

list

Obtient une liste d’instantanés dans l’abonnement spécifié.

listByResourceGroup

Répertorie les instantanés dans l’abonnement et le groupe de ressources spécifiés.

updateTags

Met à jour les balises sur un instantané.

Détails de la propriété

createOrUpdate

Crée ou met à jour un instantané.

createOrUpdate: (resourceGroupName: string, resourceName: string, parameters: Snapshot, options?: SnapshotsCreateOrUpdateOptionalParams) => Promise<Snapshot>

Valeur de propriété

(resourceGroupName: string, resourceName: string, parameters: Snapshot, options?: SnapshotsCreateOrUpdateOptionalParams) => Promise<Snapshot>

delete

Supprime un instantané.

delete: (resourceGroupName: string, resourceName: string, options?: SnapshotsDeleteOptionalParams) => Promise<void>

Valeur de propriété

(resourceGroupName: string, resourceName: string, options?: SnapshotsDeleteOptionalParams) => Promise<void>

get

Obtient un instantané.

get: (resourceGroupName: string, resourceName: string, options?: SnapshotsGetOptionalParams) => Promise<Snapshot>

Valeur de propriété

(resourceGroupName: string, resourceName: string, options?: SnapshotsGetOptionalParams) => Promise<Snapshot>

list

Obtient une liste d’instantanés dans l’abonnement spécifié.

list: (options?: SnapshotsListOptionalParams) => PagedAsyncIterableIterator<Snapshot, Snapshot[], PageSettings>

Valeur de propriété

(options?: SnapshotsListOptionalParams) => PagedAsyncIterableIterator<Snapshot, Snapshot[], PageSettings>

listByResourceGroup

Répertorie les instantanés dans l’abonnement et le groupe de ressources spécifiés.

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

Valeur de propriété

(resourceGroupName: string, options?: SnapshotsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Snapshot, Snapshot[], PageSettings>

updateTags

Met à jour les balises sur un instantané.

updateTags: (resourceGroupName: string, resourceName: string, parameters: TagsObject, options?: SnapshotsUpdateTagsOptionalParams) => Promise<Snapshot>

Valeur de propriété

(resourceGroupName: string, resourceName: string, parameters: TagsObject, options?: SnapshotsUpdateTagsOptionalParams) => Promise<Snapshot>