次の方法で共有


ApiOperationPolicyCreateOrUpdateHeaders コンストラクター

定義

オーバーロード

ApiOperationPolicyCreateOrUpdateHeaders()

ApiOperationPolicyCreateOrUpdateHeaders クラスの新しいインスタンスを初期化します。

ApiOperationPolicyCreateOrUpdateHeaders(String)

ApiOperationPolicyCreateOrUpdateHeaders クラスの新しいインスタンスを初期化します。

ApiOperationPolicyCreateOrUpdateHeaders()

ApiOperationPolicyCreateOrUpdateHeaders クラスの新しいインスタンスを初期化します。

public ApiOperationPolicyCreateOrUpdateHeaders ();
Public Sub New ()

適用対象

ApiOperationPolicyCreateOrUpdateHeaders(String)

ApiOperationPolicyCreateOrUpdateHeaders クラスの新しいインスタンスを初期化します。

public ApiOperationPolicyCreateOrUpdateHeaders (string eTag = default);
new Microsoft.Azure.Management.ApiManagement.Models.ApiOperationPolicyCreateOrUpdateHeaders : string -> Microsoft.Azure.Management.ApiManagement.Models.ApiOperationPolicyCreateOrUpdateHeaders
Public Sub New (Optional eTag As String = Nothing)

パラメーター

eTag
String

現在のエンティティ状態バージョン。 この値は非透過的に扱う必要があり、条件付き HTTP 要求を送信するために使用されます。

適用対象