次の方法で共有


Request コンストラクター

定義

オーバーロード

Request()

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

Request(String, String, String, String, String)

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

Request()

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

public Request ();
Public Sub New ()

適用対象

Request(String, String, String, String, String)

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

public Request (string id = default, string addr = default, string host = default, string method = default, string useragent = default);
new Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.Request : string * string * string * string * string -> Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.Request
Public Sub New (Optional id As String = Nothing, Optional addr As String = Nothing, Optional host As String = Nothing, Optional method As String = Nothing, Optional useragent As String = Nothing)

パラメーター

id
String

イベントを開始した要求の ID。

addr
String

IP またはホスト名。イベントを開始したクライアント接続のポートの可能性もあります。 これは、標準の http 要求からの RemoteAddr です。

host
String

レジストリ インスタンスの外部からアクセス可能なホスト名。受信した要求の http ホスト ヘッダーで指定されています。

method
String

イベントを生成した要求メソッド。

useragent
String

要求のユーザー エージェント ヘッダー。

適用対象