DataLakeStoreAccountsGetResponse type
Alma işlemi için yanıt verilerini içerir.
type DataLakeStoreAccountsGetResponse = DataLakeStoreAccountInformation & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: DataLakeStoreAccountInformation
}
}