次の方法で共有


DeploymentScript コンストラクター

定義

オーバーロード

DeploymentScript()

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

DeploymentScript(String, String, String, String, ManagedServiceIdentity, IDictionary<String,String>, SystemData)

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

DeploymentScript()

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

public DeploymentScript ();
Public Sub New ()

適用対象

DeploymentScript(String, String, String, String, ManagedServiceIdentity, IDictionary<String,String>, SystemData)

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

public DeploymentScript (string location, string id = default, string name = default, string type = default, Microsoft.Azure.Management.ResourceManager.Models.ManagedServiceIdentity identity = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.ResourceManager.Models.SystemData systemData = default);
new Microsoft.Azure.Management.ResourceManager.Models.DeploymentScript : string * string * string * string * Microsoft.Azure.Management.ResourceManager.Models.ManagedServiceIdentity * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.ResourceManager.Models.SystemData -> Microsoft.Azure.Management.ResourceManager.Models.DeploymentScript
Public Sub New (location As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional identity As ManagedServiceIdentity = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional systemData As SystemData = Nothing)

パラメーター

location
String

デプロイ スクリプトの ACI とストレージ アカウントの場所。

id
String

Azure 上の任意のリソースを検索するために使用される文字列 ID。

name
String

このリソースの名前。

type
String

このリソースの種類。

identity
ManagedServiceIdentity

省略可能なプロパティ。 このデプロイ スクリプトに使用するマネージド ID。 現時点では、ユーザー割り当て MSI のみがサポートされています。

tags
IDictionary<String,String>

リソース タグ。

systemData
SystemData

このリソースに関連するシステム メタデータ。

適用対象