Aracılığıyla paylaş


RolloutsListResponse type

Liste işlemi için yanıt verilerini içerir.

type RolloutsListResponse = Rollout[] & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Rollout[] }
}