GetPartitionInfoResponse type
Enthält Antwortdaten für den getPartitionInfo-Vorgang.
type GetPartitionInfoResponse = ServicePartitionInfoUnion & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ServicePartitionInfoUnion
}
}