ManagedClusterSnapshotsGet interface
Methods
| delete(Request |
Deletes a managed cluster snapshot. |
| get(Request |
Gets a managed cluster snapshot. |
| patch(Managed |
Updates tags on a managed cluster snapshot. |
| put(Managed |
Creates or updates a managed cluster snapshot. |
Method Details
delete(RequestParameters)
Deletes a managed cluster snapshot.
function delete(options?: RequestParameters): StreamableMethod<ManagedClusterSnapshotsDelete200Response | ManagedClusterSnapshotsDelete204Response | ManagedClusterSnapshotsDeleteDefaultResponse>
Parameters
- options
- RequestParameters
Returns
get(RequestParameters)
Gets a managed cluster snapshot.
function get(options?: RequestParameters): StreamableMethod<ManagedClusterSnapshotsGet200Response | ManagedClusterSnapshotsGetDefaultResponse>
Parameters
- options
- RequestParameters
Returns
patch(ManagedClusterSnapshotsUpdateTagsParameters)
Updates tags on a managed cluster snapshot.
function patch(options: ManagedClusterSnapshotsUpdateTagsParameters): StreamableMethod<ManagedClusterSnapshotsUpdateTags200Response | ManagedClusterSnapshotsUpdateTagsDefaultResponse>
Parameters
Returns
put(ManagedClusterSnapshotsCreateOrUpdateParameters)
Creates or updates a managed cluster snapshot.
function put(options: ManagedClusterSnapshotsCreateOrUpdateParameters): StreamableMethod<ManagedClusterSnapshotsCreateOrUpdate200Response | ManagedClusterSnapshotsCreateOrUpdate201Response | ManagedClusterSnapshotsCreateOrUpdateDefaultResponse>