OperationalizationClustersListKeysResponse type
Enthält Antwortdaten für den listKeys-Vorgang.
type OperationalizationClustersListKeysResponse =
OperationalizationClusterCredentials & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: OperationalizationClusterCredentials
}
}