AzureSqlServerActiveDirectoryOnlyAuthenticationCommunicator.CreateOrUpdate 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.
Disables Azure Active Directory only authentication on a Azure SQL Server
public Microsoft.Azure.Management.Sql.Models.ServerAzureADOnlyAuthentication CreateOrUpdate (string resourceGroupName, string serverName, Microsoft.Azure.Management.Sql.Models.ServerAzureADOnlyAuthentication parameters);
member this.CreateOrUpdate : string * string * Microsoft.Azure.Management.Sql.Models.ServerAzureADOnlyAuthentication -> Microsoft.Azure.Management.Sql.Models.ServerAzureADOnlyAuthentication
Public Function CreateOrUpdate (resourceGroupName As String, serverName As String, parameters As ServerAzureADOnlyAuthentication) As ServerAzureADOnlyAuthentication
Parameters
- resourceGroupName
- String
- serverName
- String
- parameters
- ServerAzureADOnlyAuthentication