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

ServerAzureADOnlyAuthenticationsOperationsExtensions 类

定义

ServerAzureADOnlyAuthenticationsOperations 的扩展方法。

public static class ServerAzureADOnlyAuthenticationsOperationsExtensions
type ServerAzureADOnlyAuthenticationsOperationsExtensions = class
Public Module ServerAzureADOnlyAuthenticationsOperationsExtensions
继承
ServerAzureADOnlyAuthenticationsOperationsExtensions

方法

BeginCreateOrUpdate(IServerAzureADOnlyAuthenticationsOperations, String, String, ServerAzureADOnlyAuthentication)

设置仅服务器 Active Directory 身份验证属性或更新现有服务器 Active Directory only 身份验证属性。

BeginCreateOrUpdateAsync(IServerAzureADOnlyAuthenticationsOperations, String, String, ServerAzureADOnlyAuthentication, CancellationToken)

设置仅服务器 Active Directory 身份验证属性或更新现有服务器 Active Directory only 身份验证属性。

BeginDelete(IServerAzureADOnlyAuthenticationsOperations, String, String)

删除现有的仅限 Active Directory 服务器身份验证属性。

BeginDeleteAsync(IServerAzureADOnlyAuthenticationsOperations, String, String, CancellationToken)

删除现有的仅限 Active Directory 服务器身份验证属性。

CreateOrUpdate(IServerAzureADOnlyAuthenticationsOperations, String, String, ServerAzureADOnlyAuthentication)

设置仅服务器 Active Directory 身份验证属性或更新现有服务器 Active Directory only 身份验证属性。

CreateOrUpdateAsync(IServerAzureADOnlyAuthenticationsOperations, String, String, ServerAzureADOnlyAuthentication, CancellationToken)

设置仅服务器 Active Directory 身份验证属性或更新现有服务器 Active Directory only 身份验证属性。

Delete(IServerAzureADOnlyAuthenticationsOperations, String, String)

删除现有的仅限 Active Directory 服务器身份验证属性。

DeleteAsync(IServerAzureADOnlyAuthenticationsOperations, String, String, CancellationToken)

删除现有的仅限 Active Directory 服务器身份验证属性。

Get(IServerAzureADOnlyAuthenticationsOperations, String, String)

获取特定的仅限 Azure Active Directory 的身份验证属性。

GetAsync(IServerAzureADOnlyAuthenticationsOperations, String, String, CancellationToken)

获取特定的仅限 Azure Active Directory 的身份验证属性。

ListByServer(IServerAzureADOnlyAuthenticationsOperations, String, String)

获取仅限 Azure Active Directory 的服务器身份验证的列表。

ListByServerAsync(IServerAzureADOnlyAuthenticationsOperations, String, String, CancellationToken)

获取仅限 Azure Active Directory 的服务器身份验证的列表。

ListByServerNext(IServerAzureADOnlyAuthenticationsOperations, String)

获取仅限 Azure Active Directory 的服务器身份验证的列表。

ListByServerNextAsync(IServerAzureADOnlyAuthenticationsOperations, String, CancellationToken)

获取仅限 Azure Active Directory 的服务器身份验证的列表。

适用于