다음을 통해 공유


ManagementAuthorizationProvider.GetAuthorizedUsers 메서드

정의

파생 클래스에서 재정의되는 경우 지정된 구성 경로에 대해 권한이 부여된 사용자 컬렉션을 검색합니다.

public:
 abstract Microsoft::Web::Management::Server::ManagementAuthorizationInfoCollection ^ GetAuthorizedUsers(System::String ^ configurationPath, bool includeChildren, int itemIndex, int itemsPerPage);
public abstract Microsoft.Web.Management.Server.ManagementAuthorizationInfoCollection GetAuthorizedUsers (string configurationPath, bool includeChildren, int itemIndex, int itemsPerPage);
abstract member GetAuthorizedUsers : string * bool * int * int -> Microsoft.Web.Management.Server.ManagementAuthorizationInfoCollection
Public MustOverride Function GetAuthorizedUsers (configurationPath As String, includeChildren As Boolean, itemIndex As Integer, itemsPerPage As Integer) As ManagementAuthorizationInfoCollection

매개 변수

configurationPath
String

구성 경로입니다.

includeChildren
Boolean

true 반환된 컬렉션에 매개 변수에 지정된 경로의 자식 요소에 있는 모든 권한이 부여 configurationPath 된 사용자를 포함하려면 이고, false그렇지 않으면 입니다.

itemIndex
Int32

표시할 첫 번째 ManagementAuthorizationInfo 개체의 인덱스입니다.

itemsPerPage
Int32

매개 변수에 지정된 개체 다음에 표시할 추가 ManagementAuthorizationInfo 개체의 수입니다 itemIndex .

반환

ManagementAuthorizationInfoCollection 개체를 포함하는 개체입니다ManagementAuthorizationInfo.

적용 대상