Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/316.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 是否存在允许从Exchange Online检索所有传输规则或DLP策略的Microsoft REST API?_C#_Azure_Outlook_Office365_Exchange Server - Fatal编程技术网

C# 是否存在允许从Exchange Online检索所有传输规则或DLP策略的Microsoft REST API?

C# 是否存在允许从Exchange Online检索所有传输规则或DLP策略的Microsoft REST API?,c#,azure,outlook,office365,exchange-server,C#,Azure,Outlook,Office365,Exchange Server,我知道有Microsoft Graph、Azure AD Graph和简单的Microsoft REST API,但它们都没有这样的API。我知道可以使用PowerShellGet-TransportRulescmdlet检索它们。是否可以使用REST调用获取他们?这似乎是不可能的。 据我所知,所有管理操作都可以使用powershell cmdlet完成。 我试图了解是否可以使用访问令牌(Oauth身份验证)而不是cmdlet中的用户凭据来创建会话 也许你知道答案

我知道有Microsoft Graph、Azure AD Graph和简单的Microsoft REST API,但它们都没有这样的API。我知道可以使用PowerShell
Get-TransportRules
cmdlet检索它们。是否可以使用REST调用获取他们?

这似乎是不可能的。 据我所知,所有管理操作都可以使用powershell cmdlet完成。 我试图了解是否可以使用访问令牌(Oauth身份验证)而不是cmdlet中的用户凭据来创建会话

也许你知道答案