Freigeben über


ApiIssueCommentOperationsExtensions.CreateOrUpdateAsync Methode

Definition

Erstellt einen neuen Kommentar für das Problem in einer API oder aktualisiert einen bereits vorhandenen

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.IssueCommentContract> CreateOrUpdateAsync (this Microsoft.Azure.Management.ApiManagement.IApiIssueCommentOperations operations, string resourceGroupName, string serviceName, string apiId, string issueId, string commentId, Microsoft.Azure.Management.ApiManagement.Models.IssueCommentContract parameters, string ifMatch = default, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.ApiManagement.IApiIssueCommentOperations * string * string * string * string * string * Microsoft.Azure.Management.ApiManagement.Models.IssueCommentContract * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.IssueCommentContract>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IApiIssueCommentOperations, resourceGroupName As String, serviceName As String, apiId As String, issueId As String, commentId As String, parameters As IssueCommentContract, Optional ifMatch As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IssueCommentContract)

Parameter

operations
IApiIssueCommentOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

serviceName
String

Der Name des API Management-Diensts.

apiId
String

API-Bezeichner. Muss im aktuellen API Management-Dienst instance eindeutig sein.

issueId
String

Problembezeichner. Muss im aktuellen API Management-Dienst instance eindeutig sein.

commentId
String

Kommentarbezeichner innerhalb eines Problems. Muss im aktuellen Issue eindeutig sein.

parameters
IssueCommentContract

Erstellen Sie Parameter.

ifMatch
String

ETag der Entität. Nicht erforderlich beim Erstellen einer Entität, aber erforderlich beim Aktualisieren einer Entität.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: