ComponentLinkedStorageAccountsGetResponse type
Enthält Antwortdaten für den Get-Vorgang.
type ComponentLinkedStorageAccountsGetResponse =
ComponentLinkedStorageAccounts & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ComponentLinkedStorageAccounts
}
}