次の方法で共有


GetClusterConfigurationResponse type

getClusterConfiguration 操作の応答データが含まれています。

type GetClusterConfigurationResponse = ClusterConfiguration & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ClusterConfiguration
  }
}