pub struct ZipBlobArgs {Show 15 fields
pub access_tier: Output<Option<String>>,
pub cache_control: Output<Option<String>>,
pub content: Output<Option<String>>,
pub content_md5: Output<Option<String>>,
pub content_type: Output<Option<String>>,
pub encryption_scope: Output<Option<String>>,
pub metadata: Output<Option<HashMap<String, String>>>,
pub name: Output<Option<String>>,
pub parallelism: Output<Option<i32>>,
pub size: Output<Option<i32>>,
pub source_content: Output<Option<String>>,
pub source_uri: Output<Option<String>>,
pub storage_account_name: Output<String>,
pub storage_container_name: Output<String>,
pub type_: Output<String>,
}
Fields§
§access_tier: Output<Option<String>>
§cache_control: Output<Option<String>>
§content: Output<Option<String>>
§content_md5: Output<Option<String>>
§content_type: Output<Option<String>>
§encryption_scope: Output<Option<String>>
§metadata: Output<Option<HashMap<String, String>>>
§name: Output<Option<String>>
§parallelism: Output<Option<i32>>
§size: Output<Option<i32>>
§source_content: Output<Option<String>>
§source_uri: Output<Option<String>>
§storage_account_name: Output<String>
§storage_container_name: Output<String>
§type_: Output<String>
Implementations§
source§impl ZipBlobArgs
impl ZipBlobArgs
sourcepub fn builder() -> ZipBlobArgsBuilder
pub fn builder() -> ZipBlobArgsBuilder
Create an instance of ZipBlobArgs
using the builder syntax
Trait Implementations§
source§impl Clone for ZipBlobArgs
impl Clone for ZipBlobArgs
source§fn clone(&self) -> ZipBlobArgs
fn clone(&self) -> ZipBlobArgs
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for ZipBlobArgs
impl RefUnwindSafe for ZipBlobArgs
impl Send for ZipBlobArgs
impl Sync for ZipBlobArgs
impl Unpin for ZipBlobArgs
impl UnwindSafe for ZipBlobArgs
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)