次の方法で共有


ServiceUnitArtifacts コンストラクター

定義

オーバーロード

ServiceUnitArtifacts()

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

ServiceUnitArtifacts(String, String, String, String)

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

ServiceUnitArtifacts()

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

public ServiceUnitArtifacts();
Public Sub New ()

適用対象

ServiceUnitArtifacts(String, String, String, String)

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

public ServiceUnitArtifacts(string templateUri = default, string parametersUri = default, string templateArtifactSourceRelativePath = default, string parametersArtifactSourceRelativePath = default);
new Microsoft.Azure.Management.DeploymentManager.Models.ServiceUnitArtifacts : string * string * string * string -> Microsoft.Azure.Management.DeploymentManager.Models.ServiceUnitArtifacts
Public Sub New (Optional templateUri As String = Nothing, Optional parametersUri As String = Nothing, Optional templateArtifactSourceRelativePath As String = Nothing, Optional parametersArtifactSourceRelativePath As String = Nothing)

パラメーター

templateUri
String

SAS トークンを含む ARM テンプレート ファイルの完全な URI。

parametersUri
String

SAS トークンを含む ARM パラメーター ファイルの完全な URI。

templateArtifactSourceRelativePath
String

成果物ソースに対する ARM テンプレート ファイルの相対パス。

parametersArtifactSourceRelativePath
String

アーティファクト ソースを基準とした ARM パラメーター ファイルへのパス。

適用対象