IServerCommunicationLinkOperations.BeginCreateOrUpdateAsync 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.
Begins creating a new or updating an existing Azure SQL Server communication. To determine the status of the operation call GetServerCommunicationLinkOperationStatus.
public System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerCommunicationLinkCreateOrUpdateResponse> BeginCreateOrUpdateAsync (string resourceGroupName, string serverName, string communicationLinkName, Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerCommunicationLinkCreateOrUpdateParameters parameters, System.Threading.CancellationToken cancellationToken);
abstract member BeginCreateOrUpdateAsync : string * string * string * Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerCommunicationLinkCreateOrUpdateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerCommunicationLinkCreateOrUpdateResponse>
Public Function BeginCreateOrUpdateAsync (resourceGroupName As String, serverName As String, communicationLinkName As String, parameters As ServerCommunicationLinkCreateOrUpdateParameters, cancellationToken As CancellationToken) As Task(Of ServerCommunicationLinkCreateOrUpdateResponse)
Parameters
- resourceGroupName
- String
The name of the Resource Group to which the Azure SQL Server belongs.
- serverName
- String
The name of the Azure SQL Server.
- communicationLinkName
- String
The name of the Azure SQL Server communication link to be operated on (Updated or created).
The required parameters for creating or updating a Server communication link.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
Response for long running Azure Sql server communication link operation.