pub struct GetSyncResult {
pub id: Output<String>,
pub incoming_traffic_policy: Output<String>,
pub location: Output<String>,
pub name: Output<String>,
pub resource_group_name: Output<String>,
pub tags: Output<HashMap<String, String>>,
}
Fields§
§id: Output<String>
The provider-assigned unique ID for this managed resource.
incoming_traffic_policy: Output<String>
Incoming traffic policy.
location: Output<String>
The Azure Region where the Storage Sync exists.
name: Output<String>
§resource_group_name: Output<String>
A mapping of tags assigned to the Storage Sync.
Auto Trait Implementations§
impl Freeze for GetSyncResult
impl RefUnwindSafe for GetSyncResult
impl Send for GetSyncResult
impl Sync for GetSyncResult
impl Unpin for GetSyncResult
impl UnwindSafe for GetSyncResult
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