ManagedClusterSnapshotsGet interface
Metodi
| delete(Request |
Elimina uno snapshot del cluster gestito. |
| get(Request |
Ottiene uno snapshot del cluster gestito. |
| patch(Managed |
Aggiorna i tag in uno snapshot del cluster gestito. |
| put(Managed |
Crea o aggiorna uno snapshot del cluster gestito. |
Dettagli metodo
delete(RequestParameters)
Elimina uno snapshot del cluster gestito.
function delete(options?: RequestParameters): StreamableMethod<ManagedClusterSnapshotsDelete200Response | ManagedClusterSnapshotsDelete204Response | ManagedClusterSnapshotsDeleteDefaultResponse>
Parametri
- options
- RequestParameters
Restituisce
get(RequestParameters)
Ottiene uno snapshot del cluster gestito.
function get(options?: RequestParameters): StreamableMethod<ManagedClusterSnapshotsGet200Response | ManagedClusterSnapshotsGetDefaultResponse>
Parametri
- options
- RequestParameters
Restituisce
patch(ManagedClusterSnapshotsUpdateTagsParameters)
Aggiorna i tag in uno snapshot del cluster gestito.
function patch(options: ManagedClusterSnapshotsUpdateTagsParameters): StreamableMethod<ManagedClusterSnapshotsUpdateTags200Response | ManagedClusterSnapshotsUpdateTagsDefaultResponse>
Parametri
Restituisce
put(ManagedClusterSnapshotsCreateOrUpdateParameters)
Crea o aggiorna uno snapshot del cluster gestito.
function put(options: ManagedClusterSnapshotsCreateOrUpdateParameters): StreamableMethod<ManagedClusterSnapshotsCreateOrUpdate200Response | ManagedClusterSnapshotsCreateOrUpdate201Response | ManagedClusterSnapshotsCreateOrUpdateDefaultResponse>