Struct windows_sys::Win32::System::RemoteManagement::WSMAN_AUTHZ_QUOTA
#[repr(C)]pub struct WSMAN_AUTHZ_QUOTA {
pub maxAllowedConcurrentShells: u32,
pub maxAllowedConcurrentOperations: u32,
pub timeslotSize: u32,
pub maxAllowedOperationsPerTimeslot: u32,
}
Expand description
Required features: "Win32_System_RemoteManagement"
Fields§
§maxAllowedConcurrentShells: u32
§maxAllowedConcurrentOperations: u32
§timeslotSize: u32
§maxAllowedOperationsPerTimeslot: u32