次の方法で共有


ApiDiagnosticCreateOrUpdateHeaders コンストラクター

定義

オーバーロード

ApiDiagnosticCreateOrUpdateHeaders()

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

ApiDiagnosticCreateOrUpdateHeaders(String)

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

ApiDiagnosticCreateOrUpdateHeaders()

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

public ApiDiagnosticCreateOrUpdateHeaders ();
Public Sub New ()

適用対象

ApiDiagnosticCreateOrUpdateHeaders(String)

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

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

パラメーター

eTag
String

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

適用対象