次の方法で共有


ApiIssueAttachmentGetEntityTagHeaders コンストラクター

定義

オーバーロード

ApiIssueAttachmentGetEntityTagHeaders()

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

ApiIssueAttachmentGetEntityTagHeaders(String)

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

ApiIssueAttachmentGetEntityTagHeaders()

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

public ApiIssueAttachmentGetEntityTagHeaders ();
Public Sub New ()

適用対象

ApiIssueAttachmentGetEntityTagHeaders(String)

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

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

パラメーター

eTag
String

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

適用対象