次の方法で共有


GetDeployedServiceTypeInfoByNameResponse type

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

type GetDeployedServiceTypeInfoByNameResponse = DeployedServiceTypeInfo[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: DeployedServiceTypeInfo[]
  }
}