次の方法で共有


GetDeployedServiceReplicaInfoListResponse type

getDeployedServiceReplicaInfoList 操作の応答データを格納します。

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