Share via


GetDomainResponse type

getDomain 操作の応答データが含まれます。

type GetDomainResponse = Domain & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Domain }
}