次の方法で共有


GetReplicaInfoResponse type

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

type GetReplicaInfoResponse = ReplicaInfoUnion & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ReplicaInfoUnion
  }
}