C# 클래스 PurgarNET.AAConnector.Shared.ConfigClient.ConfigClient

상속: ClientBase
파일 보기 프로젝트 열기: jurepurgar/aa-scsm-connector 1 사용 예제들

공개 메소드들

메소드 설명
ConfigClient ( ) : PurgarNET.AAConnector.Shared.Client
GetAutomationAccountsAsync ( ) : Task>
SetServicePrincipalPermission ( AutomationAccountInfo account, System.Guid principalId ) : System.Threading.Tasks.Task

메소드 상세

ConfigClient() 공개 메소드

public ConfigClient ( ) : PurgarNET.AAConnector.Shared.Client
리턴 PurgarNET.AAConnector.Shared.Client

GetAutomationAccountsAsync() 공개 메소드

public GetAutomationAccountsAsync ( ) : Task>
리턴 Task>

SetServicePrincipalPermission() 공개 메소드

public SetServicePrincipalPermission ( AutomationAccountInfo account, System.Guid principalId ) : System.Threading.Tasks.Task
account AutomationAccountInfo
principalId System.Guid
리턴 System.Threading.Tasks.Task