AzureSqlInstanceActiveDirectoryOnlyAuthenticationAdapter.CreateInstanceActiveDirectoryOnlyAuthenticationModelFromResponse Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts the response from the service to a powershell database object
public static Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryOnlyAuthentication.Model.AzureSqlInstanceActiveDirectoryOnlyAuthenticationModel CreateInstanceActiveDirectoryOnlyAuthenticationModelFromResponse (string resourceGroup, string InstanceName, Microsoft.Azure.Management.Sql.Models.ManagedInstanceAzureADOnlyAuthentication serverAzureADOnlyAuthentication);
static member CreateInstanceActiveDirectoryOnlyAuthenticationModelFromResponse : string * string * Microsoft.Azure.Management.Sql.Models.ManagedInstanceAzureADOnlyAuthentication -> Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryOnlyAuthentication.Model.AzureSqlInstanceActiveDirectoryOnlyAuthenticationModel
Public Shared Function CreateInstanceActiveDirectoryOnlyAuthenticationModelFromResponse (resourceGroup As String, InstanceName As String, serverAzureADOnlyAuthentication As ManagedInstanceAzureADOnlyAuthentication) As AzureSqlInstanceActiveDirectoryOnlyAuthenticationModel
Parameters
- resourceGroup
- String
The resource group the instance is in
- InstanceName
- String
The name of the Azure Sql Managed Instance
- serverAzureADOnlyAuthentication
- ManagedInstanceAzureADOnlyAuthentication
Returns
The converted model