GetClusterConfigurationResponse type
getClusterConfiguration 操作の応答データが含まれています。
type GetClusterConfigurationResponse = ClusterConfiguration & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ClusterConfiguration
}
}