Freigeben über


StorageAccountsGetResponse type

Enthält Antwortdaten für den Get-Vorgang.

type StorageAccountsGetResponse = StorageAccountInformation & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: StorageAccountInformation
  }
}