مشاركة عبر


ComponentLinkedStorageAccountsGetResponse type

يحتوي على بيانات استجابة لعملية الحصول على.

type ComponentLinkedStorageAccountsGetResponse =
  ComponentLinkedStorageAccounts & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: ComponentLinkedStorageAccounts
    }
  }