次の方法で共有


Deployment コンストラクター

定義

オーバーロード

Deployment()

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

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

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

Deployment()

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

public Deployment ();
Public Sub New ()

適用対象

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

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

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

パラメーター

properties
DeploymentProperties

配置プロパティです。

location
String

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

tags
IDictionary<String,String>

デプロイ タグ

適用対象