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

AzureSqlServerActiveDirectoryOnlyAuthenticationAdapter.CreateServerActiveDirectoryOnlyAuthenticationModelFromResponse Method

Definition

Converts the response from the service to a powershell database object

public static Microsoft.Azure.Commands.Sql.ServerActiveDirectoryOnlyAuthentication.Model.AzureSqlServerActiveDirectoryOnlyAuthenticationModel CreateServerActiveDirectoryOnlyAuthenticationModelFromResponse (string resourceGroup, string serverName, Microsoft.Azure.Management.Sql.Models.ServerAzureADOnlyAuthentication serverAzureADOnlyAuthentication);
static member CreateServerActiveDirectoryOnlyAuthenticationModelFromResponse : string * string * Microsoft.Azure.Management.Sql.Models.ServerAzureADOnlyAuthentication -> Microsoft.Azure.Commands.Sql.ServerActiveDirectoryOnlyAuthentication.Model.AzureSqlServerActiveDirectoryOnlyAuthenticationModel
Public Shared Function CreateServerActiveDirectoryOnlyAuthenticationModelFromResponse (resourceGroup As String, serverName As String, serverAzureADOnlyAuthentication As ServerAzureADOnlyAuthentication) As AzureSqlServerActiveDirectoryOnlyAuthenticationModel

Parameters

resourceGroup
String

The resource group the server is in

serverName
String

The name of the Azure Sql ServerActiveDirectoryAdministrator Server

serverAzureADOnlyAuthentication
ServerAzureADOnlyAuthentication

Returns

The converted model

Applies to