ServerCommunicationLinkOperationsExtensions.BeginCreateOrUpdate 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 static Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerCommunicationLinkCreateOrUpdateResponse BeginCreateOrUpdate (this Microsoft.Azure.Management.Sql.LegacySdk.IServerCommunicationLinkOperations operations, string resourceGroupName, string serverName, string communicationLinkName, Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerCommunicationLinkCreateOrUpdateParameters parameters);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.Sql.LegacySdk.IServerCommunicationLinkOperations * string * string * string * Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerCommunicationLinkCreateOrUpdateParameters -> Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerCommunicationLinkCreateOrUpdateResponse
<Extension()>
Public Function BeginCreateOrUpdate (operations As IServerCommunicationLinkOperations, resourceGroupName As String, serverName As String, communicationLinkName As String, parameters As ServerCommunicationLinkCreateOrUpdateParameters) As ServerCommunicationLinkCreateOrUpdateResponse
Parameters
- operations
- IServerCommunicationLinkOperations
Reference to the Microsoft.Azure.Management.Sql.LegacySdk.IServerCommunicationLinkOperations.
- resourceGroupName
- String
Required. The name of the Resource Group to which the Azure SQL Server belongs.
- serverName
- String
Required. The name of the Azure SQL Server.
- communicationLinkName
- String
Required. The name of the Azure SQL Server communication link to be operated on (Updated or created).
Required. The required parameters for creating or updating a Server communication link.
Returns
Response for long running Azure Sql server communication link operation.