azure_mgmt_networkcloud 0.17.0

generated REST API bindings
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#![allow(clippy::module_inception)]
#![allow(clippy::too_many_arguments)]
#![allow(clippy::ptr_arg)]
#![allow(clippy::large_enum_variant)]
#![allow(clippy::derive_partial_eq_without_eq)]
#[cfg(feature = "package-2023-07-01")]
pub mod package_2023_07_01;
#[cfg(all(feature = "package-2023-07-01", not(feature = "no-default-tag")))]
pub use package_2023_07_01::*;
#[cfg(feature = "package-2023-05-01-preview")]
pub mod package_2023_05_01_preview;
#[cfg(all(feature = "package-2023-05-01-preview", not(feature = "no-default-tag")))]
pub use package_2023_05_01_preview::*;
#[cfg(feature = "package-2022-12-12-preview")]
pub mod package_2022_12_12_preview;
#[cfg(all(feature = "package-2022-12-12-preview", not(feature = "no-default-tag")))]
pub use package_2022_12_12_preview::*;