ServiceListSharesSegmentResponse type

Zawiera dane odpowiedzi dla operacji ShareServiceClient.listShares .

type ServiceListSharesSegmentResponse = WithResponse<
  ListSharesResponse & ServiceListSharesSegmentHeaders,
  ServiceListSharesSegmentHeaders,
  ListSharesResponseModel
>