GetClusterConfigurationResponse type
Enthält Antwortdaten für den getClusterConfiguration-Vorgang.
type GetClusterConfigurationResponse = ClusterConfiguration & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ClusterConfiguration
}
}