pub struct AccountStaticWebsiteArgs {
pub error404_document: Output<Option<String>>,
pub index_document: Output<Option<String>>,
pub storage_account_id: Output<String>,
}
Fields§
§error404_document: Output<Option<String>>
The absolute path to a custom webpage that should be used when a request is made which does not correspond to an existing file.
index_document: Output<Option<String>>
The webpage that Azure Storage serves for requests to the root of a website or any subfolder. For example, index.html.
storage_account_id: Output<String>
The ID of the Storage Account to set Static Website on. Changing this forces a new resource to be created.
Implementations§
source§impl AccountStaticWebsiteArgs
impl AccountStaticWebsiteArgs
sourcepub fn builder() -> AccountStaticWebsiteArgsBuilder
pub fn builder() -> AccountStaticWebsiteArgsBuilder
Create an instance of AccountStaticWebsiteArgs
using the builder syntax
Trait Implementations§
source§impl Clone for AccountStaticWebsiteArgs
impl Clone for AccountStaticWebsiteArgs
source§fn clone(&self) -> AccountStaticWebsiteArgs
fn clone(&self) -> AccountStaticWebsiteArgs
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 AccountStaticWebsiteArgs
impl RefUnwindSafe for AccountStaticWebsiteArgs
impl Send for AccountStaticWebsiteArgs
impl Sync for AccountStaticWebsiteArgs
impl Unpin for AccountStaticWebsiteArgs
impl UnwindSafe for AccountStaticWebsiteArgs
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
)