GetPartitionInfoResponse type
getPartitionInfo işlemi için yanıt verilerini içerir.
type GetPartitionInfoResponse = ServicePartitionInfoUnion & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ServicePartitionInfoUnion
}
}