ArmHardwareSecurityModulesModelFactory.EndpointDetail メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
EndpointDetail の新しいインスタンスを初期化します。
public static Azure.ResourceManager.HardwareSecurityModules.Models.EndpointDetail EndpointDetail (string ipAddress = default, int? port = default, string protocol = default, string description = default);
static member EndpointDetail : string * Nullable<int> * string * string -> Azure.ResourceManager.HardwareSecurityModules.Models.EndpointDetail
Public Shared Function EndpointDetail (Optional ipAddress As String = Nothing, Optional port As Nullable(Of Integer) = Nothing, Optional protocol As String = Nothing, Optional description As String = Nothing) As EndpointDetail
パラメーター
- ipAddress
- String
ドメイン名が現在解決されている IP アドレス。
- protocol
- String
接続に使用されるプロトコル。
- description
- String
詳細の説明。
戻り値
モック作成用の新しい EndpointDetail インスタンス。