azure_mgmt_powerbidedicated 0.1.0

generated REST API bindings
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#![allow(clippy::module_inception)]
#![allow(clippy::too_many_arguments)]
#![allow(clippy::ptr_arg)]
#![allow(clippy::large_enum_variant)]
#![doc = "generated by AutoRust"]
#[cfg(feature = "package-2021-01-01")]
pub mod package_2021_01_01;
#[cfg(all(feature = "package-2021-01-01", not(feature = "no-default-version")))]
pub use package_2021_01_01::{models, operations, operations::Client, operations::ClientBuilder, operations::Error};
#[cfg(feature = "package-2017-10-01")]
pub mod package_2017_10_01;
#[cfg(all(feature = "package-2017-10-01", not(feature = "no-default-version")))]
pub use package_2017_10_01::{models, operations, operations::Client, operations::ClientBuilder, operations::Error};