Struct azure_sdk_rust::azure::storage::client::Client
[−]
[src]
pub struct Client { /* fields omitted */ }
Methods
impl Client
[src]
fn new(account: &str, key: &str, use_https: bool) -> Client
fn account(&self) -> &str
fn use_https(&self) -> bool
fn auth_scheme(&self) -> &'static str
fn key(&self) -> &str
fn perform_request(&self,
uri: &str,
method: HTTPMethod,
headers: &Headers,
request_body: Option<(&mut Read, u64)>)
-> Result<Response, Error>
uri: &str,
method: HTTPMethod,
headers: &Headers,
request_body: Option<(&mut Read, u64)>)
-> Result<Response, Error>