GetClusterConfigurationUpgradeStatusResponse type
Enthält Antwortdaten für den getClusterConfigurationUpgradeStatus-Vorgang.
type GetClusterConfigurationUpgradeStatusResponse =
ClusterConfigurationUpgradeStatusInfo & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ClusterConfigurationUpgradeStatusInfo
}
}