次の方法で共有


TenantAccessOperationsExtensions.Create メソッド

定義

テナント アクセス情報の詳細を更新します。

public static Microsoft.Azure.Management.ApiManagement.Models.AccessInformationContract Create (this Microsoft.Azure.Management.ApiManagement.ITenantAccessOperations operations, string resourceGroupName, string serviceName, Microsoft.Azure.Management.ApiManagement.Models.AccessInformationCreateParameters parameters, string accessName, string ifMatch);
static member Create : Microsoft.Azure.Management.ApiManagement.ITenantAccessOperations * string * string * Microsoft.Azure.Management.ApiManagement.Models.AccessInformationCreateParameters * string * string -> Microsoft.Azure.Management.ApiManagement.Models.AccessInformationContract
<Extension()>
Public Function Create (operations As ITenantAccessOperations, resourceGroupName As String, serviceName As String, parameters As AccessInformationCreateParameters, accessName As String, ifMatch As String) As AccessInformationContract

パラメーター

operations
ITenantAccessOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。

serviceName
String

API Management サービスの名前。

parameters
AccessInformationCreateParameters

テナント アクセス情報を取得するために指定されたパラメーター。

accessName
String

Access 構成の識別子。 使用可能な値は、'access'、'gitAccess' です。

ifMatch
String

エンティティの ETag。 ETag は、GET 要求のヘッダー応答からの現在のエンティティ状態と一致する必要があります。または、無条件更新の場合は * にする必要があります。

戻り値

適用対象