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

ServerAzureADOnlyAuthentications interface

表示 ServerAzureADOnlyAuthentications 的接口。

方法

beginCreateOrUpdate(string, string, string, ServerAzureADOnlyAuthentication, ServerAzureADOnlyAuthenticationsCreateOrUpdateOptionalParams)

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

beginCreateOrUpdateAndWait(string, string, string, ServerAzureADOnlyAuthentication, ServerAzureADOnlyAuthenticationsCreateOrUpdateOptionalParams)

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

beginDelete(string, string, string, ServerAzureADOnlyAuthenticationsDeleteOptionalParams)

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

beginDeleteAndWait(string, string, string, ServerAzureADOnlyAuthenticationsDeleteOptionalParams)

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

get(string, string, string, ServerAzureADOnlyAuthenticationsGetOptionalParams)

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

listByServer(string, string, ServerAzureADOnlyAuthenticationsListByServerOptionalParams)

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

方法详细信息

beginCreateOrUpdate(string, string, string, ServerAzureADOnlyAuthentication, ServerAzureADOnlyAuthenticationsCreateOrUpdateOptionalParams)

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

function beginCreateOrUpdate(resourceGroupName: string, serverName: string, authenticationName: string, parameters: ServerAzureADOnlyAuthentication, options?: ServerAzureADOnlyAuthenticationsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ServerAzureADOnlyAuthentication>, ServerAzureADOnlyAuthentication>>

参数

resourceGroupName

string

包含资源的资源组的名称。 可以从 Azure 资源管理器 API 或门户获取此值。

serverName

string

服务器的名称。

authenticationName

string

服务器 Azure Active Directory 仅身份验证的名称。

parameters
ServerAzureADOnlyAuthentication

创建或更新仅 Active Directory 身份验证属性所需的参数。

返回

beginCreateOrUpdateAndWait(string, string, string, ServerAzureADOnlyAuthentication, ServerAzureADOnlyAuthenticationsCreateOrUpdateOptionalParams)

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

function beginCreateOrUpdateAndWait(resourceGroupName: string, serverName: string, authenticationName: string, parameters: ServerAzureADOnlyAuthentication, options?: ServerAzureADOnlyAuthenticationsCreateOrUpdateOptionalParams): Promise<ServerAzureADOnlyAuthentication>

参数

resourceGroupName

string

包含资源的资源组的名称。 可以从 Azure 资源管理器 API 或门户获取此值。

serverName

string

服务器的名称。

authenticationName

string

服务器 Azure Active Directory 仅身份验证的名称。

parameters
ServerAzureADOnlyAuthentication

创建或更新仅 Active Directory 身份验证属性所需的参数。

返回

beginDelete(string, string, string, ServerAzureADOnlyAuthenticationsDeleteOptionalParams)

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

function beginDelete(resourceGroupName: string, serverName: string, authenticationName: string, options?: ServerAzureADOnlyAuthenticationsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

参数

resourceGroupName

string

包含资源的资源组的名称。 可以从 Azure 资源管理器 API 或门户获取此值。

serverName

string

服务器的名称。

authenticationName

string

服务器 Azure Active Directory 仅身份验证的名称。

返回

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, string, ServerAzureADOnlyAuthenticationsDeleteOptionalParams)

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

function beginDeleteAndWait(resourceGroupName: string, serverName: string, authenticationName: string, options?: ServerAzureADOnlyAuthenticationsDeleteOptionalParams): Promise<void>

参数

resourceGroupName

string

包含资源的资源组的名称。 可以从 Azure 资源管理器 API 或门户获取此值。

serverName

string

服务器的名称。

authenticationName

string

服务器 Azure Active Directory 仅身份验证的名称。

返回

Promise<void>

get(string, string, string, ServerAzureADOnlyAuthenticationsGetOptionalParams)

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

function get(resourceGroupName: string, serverName: string, authenticationName: string, options?: ServerAzureADOnlyAuthenticationsGetOptionalParams): Promise<ServerAzureADOnlyAuthentication>

参数

resourceGroupName

string

包含资源的资源组的名称。 可以从 Azure 资源管理器 API 或门户获取此值。

serverName

string

服务器的名称。

authenticationName

string

服务器 Azure Active Directory 仅身份验证的名称。

返回

listByServer(string, string, ServerAzureADOnlyAuthenticationsListByServerOptionalParams)

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

function listByServer(resourceGroupName: string, serverName: string, options?: ServerAzureADOnlyAuthenticationsListByServerOptionalParams): PagedAsyncIterableIterator<ServerAzureADOnlyAuthentication, ServerAzureADOnlyAuthentication[], PageSettings>

参数

resourceGroupName

string

包含资源的资源组的名称。 可以从 Azure 资源管理器 API 或门户获取此值。

serverName

string

服务器的名称。

返回