共用方式為


LeaseOperationResponse type

包含取得、變更、中斷或釋放租用之作業的響應數據。

請參閱 ShareLeaseClient

type LeaseOperationResponse = WithResponse<
  LeaseOperationResponseHeaders,
  LeaseOperationResponseHeaders
>