次の方法で共有


ApiManagementProductResource.CreateOrUpdateProductGroup メソッド

定義

指定された開発者グループと指定された製品の間の関連付けを追加します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/products/{productId}/groups/{groupId}
  • 操作IdProductGroup_CreateOrUpdate
public virtual Azure.Response<Azure.ResourceManager.ApiManagement.Models.ProductGroupData> CreateOrUpdateProductGroup (string groupId, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateProductGroup : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApiManagement.Models.ProductGroupData>
override this.CreateOrUpdateProductGroup : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApiManagement.Models.ProductGroupData>
Public Overridable Function CreateOrUpdateProductGroup (groupId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ProductGroupData)

パラメーター

groupId
String

グループ識別子。 現在のAPI Management サービス インスタンスで一意である必要があります。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

groupId は空の文字列であり、空でないと予想されていました。

groupId が null です。

適用対象