次の方法で共有


ServiceTopologyProperties コンストラクター

定義

オーバーロード

ServiceTopologyProperties()

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

ServiceTopologyProperties(String)

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

ServiceTopologyProperties()

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

public ServiceTopologyProperties();
Public Sub New ()

適用対象

ServiceTopologyProperties(String)

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

public ServiceTopologyProperties(string artifactSourceId = default);
new Microsoft.Azure.Management.DeploymentManager.Models.ServiceTopologyProperties : string -> Microsoft.Azure.Management.DeploymentManager.Models.ServiceTopologyProperties
Public Sub New (Optional artifactSourceId As String = Nothing)

パラメーター

artifactSourceId
String

サービス ユニットで参照できる成果物を含む成果物ソースのリソース ID。

適用対象