ApiIssueCommentOperationsExtensions.CreateOrUpdate Method

Definition

Creates a new Comment for the Issue in an API or updates an existing one.

public static Microsoft.Azure.Management.ApiManagement.Models.IssueCommentContract CreateOrUpdate (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);
static member CreateOrUpdate : Microsoft.Azure.Management.ApiManagement.IApiIssueCommentOperations * string * string * string * string * string * Microsoft.Azure.Management.ApiManagement.Models.IssueCommentContract * string -> Microsoft.Azure.Management.ApiManagement.Models.IssueCommentContract
<Extension()>
Public Function CreateOrUpdate (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) As IssueCommentContract

Parameters

operations
IApiIssueCommentOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

serviceName
String

The name of the API Management service.

apiId
String

API identifier. Must be unique in the current API Management service instance.

issueId
String

Issue identifier. Must be unique in the current API Management service instance.

commentId
String

Comment identifier within an Issue. Must be unique in the current Issue.

parameters
IssueCommentContract

Create parameters.

ifMatch
String

ETag of the Entity. Not required when creating an entity, but required when updating an entity.

Returns

Applies to