Megosztás:


GetDeployedServiceReplicaInfoListResponse type

A getDeployedServiceReplicaInfoList művelet válaszadatait tartalmazza.

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