次の方法で共有


GetOutboundRoutesParameters コンストラクター

定義

オーバーロード

GetOutboundRoutesParameters()

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

GetOutboundRoutesParameters(String, String)

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

GetOutboundRoutesParameters()

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

public GetOutboundRoutesParameters ();
Public Sub New ()

適用対象

GetOutboundRoutesParameters(String, String)

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

public GetOutboundRoutesParameters (string resourceUri = default, string connectionType = default);
new Microsoft.Azure.Management.Network.Models.GetOutboundRoutesParameters : string * string -> Microsoft.Azure.Management.Network.Models.GetOutboundRoutesParameters
Public Sub New (Optional resourceUri As String = Nothing, Optional connectionType As String = Nothing)

パラメーター

resourceUri
String

送信ルートが要求されている接続リソース。

connectionType
String

ExpressRouteConnection、HubVirtualNetworkConnection、VpnConnection、P2SConnection などの指定された接続リソースの種類。

適用対象