你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ServerAzureADOnlyAuthentications interface
表示 ServerAzureADOnlyAuthentications 的接口。
方法
begin |
设置仅限服务器 Active Directory 身份验证属性或更新现有的服务器仅限 Active Directory 身份验证属性。 |
begin |
设置仅限服务器 Active Directory 身份验证属性或更新现有的服务器仅限 Active Directory 身份验证属性。 |
begin |
删除现有服务器“仅限 Active Directory”身份验证属性。 |
begin |
删除现有服务器“仅限 Active Directory”身份验证属性。 |
get(string, string, string, Server |
获取特定的仅限 Azure Active Directory 身份验证属性。 |
list |
获取服务器“仅限 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 only 身份验证的名称。
- parameters
- ServerAzureADOnlyAuthentication
用于创建或更新仅限 Active Directory 身份验证属性的必需参数。
返回
Promise<@azure/core-lro.SimplePollerLike<OperationState<ServerAzureADOnlyAuthentication>, ServerAzureADOnlyAuthentication>>
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 only 身份验证的名称。
- parameters
- ServerAzureADOnlyAuthentication
用于创建或更新仅限 Active Directory 身份验证属性的必需参数。
返回
Promise<ServerAzureADOnlyAuthentication>
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 only 身份验证的名称。
选项参数。
返回
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 only 身份验证的名称。
选项参数。
返回
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 only 身份验证的名称。
选项参数。
返回
Promise<ServerAzureADOnlyAuthentication>
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
服务器的名称。