次の方法で共有


EndpointServiceResult コンストラクター

定義

オーバーロード

EndpointServiceResult()

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

EndpointServiceResult(String, String, String)

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

EndpointServiceResult()

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

public EndpointServiceResult ();
Public Sub New ()

適用対象

EndpointServiceResult(String, String, String)

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

public EndpointServiceResult (string id = default, string name = default, string type = default);
new Microsoft.Azure.Management.Network.Models.EndpointServiceResult : string * string * string -> Microsoft.Azure.Management.Network.Models.EndpointServiceResult
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing)

パラメーター

id
String

リソースの ID

name
String

エンドポイント サービスの名前。

type
String

エンドポイント サービスの種類。

適用対象