ComponentLinkedStorageAccountsGetResponse type
Obsahuje data odpovědi pro operaci get.
type ComponentLinkedStorageAccountsGetResponse =
ComponentLinkedStorageAccounts & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ComponentLinkedStorageAccounts
}
}