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 仅身份验证的名称。
- 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 仅身份验证的名称。
- 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 仅身份验证的名称。
选项参数。
返回
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 仅身份验证的名称。
选项参数。
返回
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
服务器的名称。