你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IApplicationsOperations 接口

定义

ApplicationsOperations 操作。

public interface IApplicationsOperations
type IApplicationsOperations = interface
Public Interface IApplicationsOperations

方法

AddOwnerWithHttpMessagesAsync(String, AddOwnerParameters, Dictionary<String,List<String>>, CancellationToken)

将所有者添加到应用程序。

CreateWithHttpMessagesAsync(ApplicationCreateParameters, Dictionary<String,List<String>>, CancellationToken)

创建一个新的应用程序。

DeleteWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

删除应用程序。

GetServicePrincipalsIdByAppIdWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

从当前租户获取给定应用程序 ID 的对象 ID。

GetWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

按对象 ID 获取应用程序。

ListKeyCredentialsWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

获取与应用程序关联的 keyCredentials。

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

从当前租户获取应用程序的列表。

ListOwnersNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

充当应用程序所有者的目录对象。

ListOwnersWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

充当应用程序所有者的目录对象。

ListPasswordCredentialsWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

获取与应用程序关联的 passwordCredentials。

ListWithHttpMessagesAsync(ODataQuery<ApplicationInner>, Dictionary<String,List<String>>, CancellationToken)

按筛选参数列出应用程序。

PatchWithHttpMessagesAsync(String, ApplicationUpdateParameters, Dictionary<String,List<String>>, CancellationToken)

更新现有应用程序。

RemoveOwnerWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

从所有者中删除成员。

UpdateKeyCredentialsWithHttpMessagesAsync(String, IList<KeyCredential>, Dictionary<String,List<String>>, CancellationToken)

更新与应用程序关联的 keyCredentials。

UpdatePasswordCredentialsWithHttpMessagesAsync(String, IList<PasswordCredential>, Dictionary<String,List<String>>, CancellationToken)

更新与应用程序关联的 passwordCredentials。

扩展方法

AddOwnerAsync(IApplicationsOperations, String, AddOwnerParameters, CancellationToken)

将所有者添加到应用程序。

CreateAsync(IApplicationsOperations, ApplicationCreateParameters, CancellationToken)

创建一个新的应用程序。

DeleteAsync(IApplicationsOperations, String, CancellationToken)

删除应用程序。

GetAsync(IApplicationsOperations, String, CancellationToken)

按对象 ID 获取应用程序。

GetServicePrincipalsIdByAppIdAsync(IApplicationsOperations, String, CancellationToken)

从当前租户获取给定应用程序 ID 的对象 ID。

ListAsync(IApplicationsOperations, ODataQuery<ApplicationInner>, CancellationToken)

按筛选参数列出应用程序。

ListKeyCredentialsAsync(IApplicationsOperations, String, CancellationToken)

获取与应用程序关联的 keyCredentials。

ListNextAsync(IApplicationsOperations, String, CancellationToken)

从当前租户获取应用程序的列表。

ListOwnersAsync(IApplicationsOperations, String, CancellationToken)

充当应用程序所有者的目录对象。

ListOwnersNextAsync(IApplicationsOperations, String, CancellationToken)

充当应用程序所有者的目录对象。

ListPasswordCredentialsAsync(IApplicationsOperations, String, CancellationToken)

获取与应用程序关联的 passwordCredentials。

PatchAsync(IApplicationsOperations, String, ApplicationUpdateParameters, CancellationToken)

更新现有应用程序。

RemoveOwnerAsync(IApplicationsOperations, String, String, CancellationToken)

从所有者中删除成员。

UpdateKeyCredentialsAsync(IApplicationsOperations, String, IList<KeyCredential>, CancellationToken)

更新与应用程序关联的 keyCredentials。

UpdatePasswordCredentialsAsync(IApplicationsOperations, String, IList<PasswordCredential>, CancellationToken)

更新与应用程序关联的 passwordCredentials。

适用于