次の方法で共有


SwapResource コンストラクター

定義

オーバーロード

SwapResource()

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

SwapResource(String, String, String, SwapResourceProperties)

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

SwapResource()

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

public SwapResource ();
Public Sub New ()

適用対象

SwapResource(String, String, String, SwapResourceProperties)

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

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

パラメーター

id
String

リソース ID。

name
String

リソース名。

type
String

リソースの種類。

適用対象