pub struct SyncCloudEndpointResult {
pub file_share_name: Output<String>,
pub name: Output<String>,
pub storage_account_id: Output<String>,
pub storage_account_tenant_id: Output<String>,
pub storage_sync_group_id: Output<String>,
}
Fields§
The Storage Share name to be synchronized in this Storage Sync Cloud Endpoint. Changing this forces a new Storage Sync Cloud Endpoint to be created.
name: Output<String>
The name which should be used for this Storage Sync Cloud Endpoint. Changing this forces a new Storage Sync Cloud Endpoint to be created.
storage_account_id: Output<String>
The ID of the Storage Account where the Storage Share exists. Changing this forces a new Storage Sync Cloud Endpoint to be created.
storage_account_tenant_id: Output<String>
The Tenant ID of the Storage Account where the Storage Share exists. Changing this forces a new Storage Sync Cloud Endpoint to be created. Defaults to the current tenant id.
storage_sync_group_id: Output<String>
The ID of the Storage Sync Group where this Cloud Endpoint should be created. Changing this forces a new Storage Sync Cloud Endpoint to be created.
Auto Trait Implementations§
impl Freeze for SyncCloudEndpointResult
impl RefUnwindSafe for SyncCloudEndpointResult
impl Send for SyncCloudEndpointResult
impl Sync for SyncCloudEndpointResult
impl Unpin for SyncCloudEndpointResult
impl UnwindSafe for SyncCloudEndpointResult
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