Compartir a través de


ILinkedServicesOperations.CreateOrUpdateWithHttpMessagesAsync Método

Definición

Cree o actualice un servicio vinculado.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.OperationalInsights.Models.LinkedService>> CreateOrUpdateWithHttpMessagesAsync (string resourceGroupName, string workspaceName, string linkedServiceName, Microsoft.Azure.Management.OperationalInsights.Models.LinkedService parameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.OperationalInsights.Models.LinkedService * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.OperationalInsights.Models.LinkedService>>
Public Function CreateOrUpdateWithHttpMessagesAsync (resourceGroupName As String, workspaceName As String, linkedServiceName As String, parameters As LinkedService, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of LinkedService))

Parámetros

resourceGroupName
String

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

workspaceName
String

El nombre del área de trabajo.

linkedServiceName
String

Nombre del recurso linkedServices

parameters
LinkedService

Parámetros necesarios para crear o actualizar un servicio vinculado.

customHeaders
Dictionary<String,List<String>>

Encabezados que se agregarán a la solicitud.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Excepciones

Se produce cuando la operación devolvió un código de estado no válido

Se produce cuando no se puede deserializar la respuesta

Se produce cuando un parámetro obligatorio es NULL

Se aplica a