共用方式為


WSMAN_AUTHZ_QUOTA 結構 (wsman.h)

針對授權外掛程式,報告每個使用者的配額資訊。

語法

typedef struct _WSMAN_AUTHZ_QUOTA {
  DWORD maxAllowedConcurrentShells;
  DWORD maxAllowedConcurrentOperations;
  DWORD timeslotSize;
  DWORD maxAllowedOperationsPerTimeslot;
} WSMAN_AUTHZ_QUOTA;

成員

maxAllowedConcurrentShells

指定允許使用者建立的並行殼層數目上限。

maxAllowedConcurrentOperations

指定允許使用者執行的並行作業數目上限。 只會計算最上層作業。 取得、放置和刪除等簡單作業會分別計算為一個作業。 更複雜的作業也會計算為一個。 例如,列舉作業和與列舉相關的任何相關聯作業都會計算為一個作業。

timeslotSize

用來判斷每個時間位置的作業數目上限的時間位置長度。 此值是以秒為單位來指定。

maxAllowedOperationsPerTimeslot

指定每個時間位置允許的作業數目上限。 此值可用來節流最上層和後續作業。

規格需求

需求
最低支援的用戶端 Windows 7
最低支援的伺服器 Windows Server 2008 R2
標頭 wsman.h
可轉散發套件 在 Windows Server 2008 上使用 SP2、Windows Vista sp1 和 Windows Vista SP2 上的 Windows Management Framework