Crate azure_rs[][src]

Re-exports

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

Modules

errors

Client errors

projects

Projects interface

pull_requests
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
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