ServiceWorkspaceProductGroupLinkResource.Update Method

Definition

Adds a group to the specified product via link.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/workspaces/{workspaceId}/products/{productId}/groupLinks/{groupLinkId}
  • Operation Id: WorkspaceProductGroupLink_CreateOrUpdate
  • Default Api Version: 2023-03-01-preview
  • Resource: ServiceWorkspaceProductGroupLinkResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ApiManagement.ServiceWorkspaceProductGroupLinkResource> Update (Azure.WaitUntil waitUntil, Azure.ResourceManager.ApiManagement.ProductGroupLinkContractData data, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.WaitUntil * Azure.ResourceManager.ApiManagement.ProductGroupLinkContractData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ApiManagement.ServiceWorkspaceProductGroupLinkResource>
override this.Update : Azure.WaitUntil * Azure.ResourceManager.ApiManagement.ProductGroupLinkContractData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ApiManagement.ServiceWorkspaceProductGroupLinkResource>
Public Overridable Function Update (waitUntil As WaitUntil, data As ProductGroupLinkContractData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of ServiceWorkspaceProductGroupLinkResource)

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

data
ProductGroupLinkContractData

Create or update parameters.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

data is null.

Applies to