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