Trait azure_sdk_for_rust::core::ContainerNameSupport[][src]

pub trait ContainerNameSupport<'a> {
    type O;
    fn with_container_name(self, container_name: &'a str) -> Self::O;
}

Associated Types

Required Methods

Implementors