C# Class PurgarNET.AAConnector.Shared.ConfigClient.ConfigClient

Inheritance: ClientBase
显示文件 Open project: jurepurgar/aa-scsm-connector Class Usage Examples

Public Methods

Method Description
ConfigClient ( ) : PurgarNET.AAConnector.Shared.Client
GetAutomationAccountsAsync ( ) : Task>
SetServicePrincipalPermission ( AutomationAccountInfo account, System.Guid principalId ) : System.Threading.Tasks.Task

Method Details

ConfigClient() public method

public ConfigClient ( ) : PurgarNET.AAConnector.Shared.Client
return PurgarNET.AAConnector.Shared.Client

GetAutomationAccountsAsync() public method

public GetAutomationAccountsAsync ( ) : Task>
return Task>

SetServicePrincipalPermission() public method

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