[][src]Crate azure_rs

Re-exports

pub use crate::errors::Error;
pub use crate::errors::ErrorKind;
pub use crate::errors::Result;

Modules

errors

Client errors

projects

Projects interface

repository

Structs

AzureClient

Entry point interface for interacting with Azure API

Enums

ApiVersion

enum representation of Azure api versions by default 5.1

AuthenticationConstraint

Controls what sort of authentication is required for this request

Credentials

Various forms of authentication credentials supported by Azure

MediaType

Github defined Media types See this doc for more for more information

SortDirection

enum representation of Azure list sorting options

Type Definitions

Future

A type alias for Futures that may return azure_rs::Errors

Stream

A type alias for Streams that may result in azure_rs::Errors