ManagedClusterSnapshotsOperations interface
Interface représentant une opération ManagedClusterSnapshots.
Propriétés
| create |
Crée ou met à jour un instantané de cluster géré. |
| delete | Supprime un instantané de cluster géré. |
| get | Obtient un instantané de cluster géré. |
| list | Obtient une liste d’instantanés de cluster managés dans l’abonnement spécifié. |
| list |
Répertorie les instantanés de cluster gérés dans l’abonnement et le groupe de ressources spécifiés. |
| update |
Met à jour les balises sur un instantané de cluster géré. |
Détails de la propriété
createOrUpdate
Crée ou met à jour un instantané de cluster géré.
createOrUpdate: (resourceGroupName: string, resourceName: string, parameters: ManagedClusterSnapshot, options?: ManagedClusterSnapshotsCreateOrUpdateOptionalParams) => Promise<ManagedClusterSnapshot>
Valeur de propriété
(resourceGroupName: string, resourceName: string, parameters: ManagedClusterSnapshot, options?: ManagedClusterSnapshotsCreateOrUpdateOptionalParams) => Promise<ManagedClusterSnapshot>
delete
Supprime un instantané de cluster géré.
delete: (resourceGroupName: string, resourceName: string, options?: ManagedClusterSnapshotsDeleteOptionalParams) => Promise<void>
Valeur de propriété
(resourceGroupName: string, resourceName: string, options?: ManagedClusterSnapshotsDeleteOptionalParams) => Promise<void>
get
Obtient un instantané de cluster géré.
get: (resourceGroupName: string, resourceName: string, options?: ManagedClusterSnapshotsGetOptionalParams) => Promise<ManagedClusterSnapshot>
Valeur de propriété
(resourceGroupName: string, resourceName: string, options?: ManagedClusterSnapshotsGetOptionalParams) => Promise<ManagedClusterSnapshot>
list
Obtient une liste d’instantanés de cluster managés dans l’abonnement spécifié.
list: (options?: ManagedClusterSnapshotsListOptionalParams) => PagedAsyncIterableIterator<ManagedClusterSnapshot, ManagedClusterSnapshot[], PageSettings>
Valeur de propriété
(options?: ManagedClusterSnapshotsListOptionalParams) => PagedAsyncIterableIterator<ManagedClusterSnapshot, ManagedClusterSnapshot[], PageSettings>
listByResourceGroup
Répertorie les instantanés de cluster gérés dans l’abonnement et le groupe de ressources spécifiés.
listByResourceGroup: (resourceGroupName: string, options?: ManagedClusterSnapshotsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<ManagedClusterSnapshot, ManagedClusterSnapshot[], PageSettings>
Valeur de propriété
(resourceGroupName: string, options?: ManagedClusterSnapshotsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<ManagedClusterSnapshot, ManagedClusterSnapshot[], PageSettings>
updateTags
Met à jour les balises sur un instantané de cluster géré.
updateTags: (resourceGroupName: string, resourceName: string, parameters: TagsObject, options?: ManagedClusterSnapshotsUpdateTagsOptionalParams) => Promise<ManagedClusterSnapshot>
Valeur de propriété
(resourceGroupName: string, resourceName: string, parameters: TagsObject, options?: ManagedClusterSnapshotsUpdateTagsOptionalParams) => Promise<ManagedClusterSnapshot>