مشاركة عبر


GetDeployedServiceReplicaInfoListResponse type

يحتوي على بيانات الاستجابة لعملية getDeployedServiceReplicaInfoList.

type GetDeployedServiceReplicaInfoListResponse =
  DeployedServiceReplicaInfoUnion[] & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: DeployedServiceReplicaInfoUnion[]
    }
  }