Share via


ProductOperationsExtensions.Update Method

Definition

Update existing product details.

public static Microsoft.Azure.Management.ApiManagement.Models.ProductContract Update (this Microsoft.Azure.Management.ApiManagement.IProductOperations operations, string resourceGroupName, string serviceName, string productId, Microsoft.Azure.Management.ApiManagement.Models.ProductUpdateParameters parameters, string ifMatch);
static member Update : Microsoft.Azure.Management.ApiManagement.IProductOperations * string * string * string * Microsoft.Azure.Management.ApiManagement.Models.ProductUpdateParameters * string -> Microsoft.Azure.Management.ApiManagement.Models.ProductContract
<Extension()>
Public Function Update (operations As IProductOperations, resourceGroupName As String, serviceName As String, productId As String, parameters As ProductUpdateParameters, ifMatch As String) As ProductContract

Parameters

operations
IProductOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

serviceName
String

The name of the API Management service.

productId
String

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

parameters
ProductUpdateParameters

Update parameters.

ifMatch
String

ETag of the Entity. ETag should match the current entity state from the header response of the GET request or it should be * for unconditional update.

Returns

Applies to