StorageAccountsGetResponse type
Berisi data respons untuk operasi get.
type StorageAccountsGetResponse = StorageAccountInformation & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: StorageAccountInformation
}
}