GetPartitionInfoResponse type

Contiene i dati di risposta per l'operazione getPartitionInfo.

type GetPartitionInfoResponse = ServicePartitionInfoUnion & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ServicePartitionInfoUnion
  }
}