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

Inheritance: ClientBase
Afficher le fichier Open project: jurepurgar/aa-scsm-connector Class Usage Examples

Méthodes publiques

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

Method Details

ConfigClient() public méthode

public ConfigClient ( ) : PurgarNET.AAConnector.Shared.Client
Résultat PurgarNET.AAConnector.Shared.Client

GetAutomationAccountsAsync() public méthode

public GetAutomationAccountsAsync ( ) : Task>
Résultat Task>

SetServicePrincipalPermission() public méthode

public SetServicePrincipalPermission ( AutomationAccountInfo account, System.Guid principalId ) : System.Threading.Tasks.Task
account AutomationAccountInfo
principalId System.Guid
Résultat System.Threading.Tasks.Task