EventRequestMessage コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
EventRequestMessage() |
EventRequestMessage クラスの新しいインスタンスを初期化します。 |
EventRequestMessage(EventContent, IDictionary<String,String>, String, String, String) |
EventRequestMessage クラスの新しいインスタンスを初期化します。 |
EventRequestMessage()
EventRequestMessage クラスの新しいインスタンスを初期化します。
public EventRequestMessage();
Public Sub New ()
適用対象
EventRequestMessage(EventContent, IDictionary<String,String>, String, String, String)
EventRequestMessage クラスの新しいインスタンスを初期化します。
public EventRequestMessage(Microsoft.Azure.Management.ContainerRegistry.Models.EventContent content = default, System.Collections.Generic.IDictionary<string,string> headers = default, string method = default, string requestUri = default, string version = default);
new Microsoft.Azure.Management.ContainerRegistry.Models.EventRequestMessage : Microsoft.Azure.Management.ContainerRegistry.Models.EventContent * System.Collections.Generic.IDictionary<string, string> * string * string * string -> Microsoft.Azure.Management.ContainerRegistry.Models.EventRequestMessage
Public Sub New (Optional content As EventContent = Nothing, Optional headers As IDictionary(Of String, String) = Nothing, Optional method As String = Nothing, Optional requestUri As String = Nothing, Optional version As String = Nothing)
パラメーター
- content
- EventContent
イベント要求メッセージの内容。
- headers
- IDictionary<String,String>
イベント要求メッセージのヘッダー。
- method
- String
イベント要求メッセージの送信に使用される HTTP メソッド。
- requestUri
- String
イベント要求メッセージの送信に使用される URI。
- version
- String
HTTP メッセージのバージョン。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET