次の方法で共有


ScopedDeployment コンストラクター

定義

オーバーロード

ScopedDeployment()

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

ScopedDeployment(String, DeploymentProperties, IDictionary<String,String>)

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

ScopedDeployment()

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

public ScopedDeployment ();
Public Sub New ()

適用対象

ScopedDeployment(String, DeploymentProperties, IDictionary<String,String>)

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

public ScopedDeployment (string location, Microsoft.Azure.Management.ResourceManager.Models.DeploymentProperties properties, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment : string * Microsoft.Azure.Management.ResourceManager.Models.DeploymentProperties * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment
Public Sub New (location As String, properties As DeploymentProperties, Optional tags As IDictionary(Of String, String) = Nothing)

パラメーター

location
String

デプロイ データを格納する場所。

properties
DeploymentProperties

配置プロパティです。

tags
IDictionary<String,String>

デプロイ タグ

適用対象