ServerAdministratorOperationsExtensions.GetServerAdministratorOperationStatus 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.
Gets the status of an Azure SQL Server Active Directory Administrator create or update operation.
public static Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerAdministratorCreateOrUpdateResponse GetServerAdministratorOperationStatus (this Microsoft.Azure.Management.Sql.LegacySdk.IServerAdministratorOperations operations, string operationStatusLink);
static member GetServerAdministratorOperationStatus : Microsoft.Azure.Management.Sql.LegacySdk.IServerAdministratorOperations * string -> Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerAdministratorCreateOrUpdateResponse
<Extension()>
Public Function GetServerAdministratorOperationStatus (operations As IServerAdministratorOperations, operationStatusLink As String) As ServerAdministratorCreateOrUpdateResponse
Parameters
- operations
- IServerAdministratorOperations
Reference to the Microsoft.Azure.Management.Sql.LegacySdk.IServerAdministratorOperations.
- operationStatusLink
- String
Required. Location value returned by the Begin operation
Returns
Response for long running Azure SQL Server Active Directory Administrator operations.