LeaseOperationResponse type
Zawiera dane odpowiedzi dla operacji, które uzyskują, zmieniają, przerywają lub zwalniają dzierżawę. Zobacz: ShareLeaseClient.
type LeaseOperationResponse = LeaseOperationResponseHeaders & {
_response: HttpResponse & { parsedHeaders: LeaseOperationResponseHeaders },
}