ManagedClusterSnapshotsGet interface
方法
| delete(Request |
删除托管群集快照。 |
| get(Request |
获取托管群集快照。 |
| patch(Managed |
更新托管群集快照上的标记。 |
| put(Managed |
创建或更新托管群集快照。 |
方法详细信息
delete(RequestParameters)
删除托管群集快照。
function delete(options?: RequestParameters): StreamableMethod<ManagedClusterSnapshotsDelete200Response | ManagedClusterSnapshotsDelete204Response | ManagedClusterSnapshotsDeleteDefaultResponse>
参数
- options
- RequestParameters
返回
get(RequestParameters)
获取托管群集快照。
function get(options?: RequestParameters): StreamableMethod<ManagedClusterSnapshotsGet200Response | ManagedClusterSnapshotsGetDefaultResponse>
参数
- options
- RequestParameters
返回
patch(ManagedClusterSnapshotsUpdateTagsParameters)
更新托管群集快照上的标记。
function patch(options: ManagedClusterSnapshotsUpdateTagsParameters): StreamableMethod<ManagedClusterSnapshotsUpdateTags200Response | ManagedClusterSnapshotsUpdateTagsDefaultResponse>
参数
返回
put(ManagedClusterSnapshotsCreateOrUpdateParameters)
创建或更新托管群集快照。
function put(options: ManagedClusterSnapshotsCreateOrUpdateParameters): StreamableMethod<ManagedClusterSnapshotsCreateOrUpdate200Response | ManagedClusterSnapshotsCreateOrUpdate201Response | ManagedClusterSnapshotsCreateOrUpdateDefaultResponse>