[][src]Trait azure_sdk_core::AccessTierSupport

pub trait AccessTierSupport<'a> {
    type O;
    fn with_access_tier(self, access_tier: &'a str) -> Self::O;
}

Associated Types

type O

Loading content...

Required methods

fn with_access_tier(self, access_tier: &'a str) -> Self::O

Loading content...

Implementors

Loading content...