次の方法で共有


DeploymentScriptUpdateParameter コンストラクター

定義

オーバーロード

DeploymentScriptUpdateParameter()

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

DeploymentScriptUpdateParameter(String, String, String, IDictionary<String,String>)

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

DeploymentScriptUpdateParameter()

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

public DeploymentScriptUpdateParameter ();
Public Sub New ()

適用対象

DeploymentScriptUpdateParameter(String, String, String, IDictionary<String,String>)

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

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

パラメーター

id
String

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

name
String

このリソースの名前。

type
String

このリソースの種類。

tags
IDictionary<String,String>

更新するリソース タグ。

適用対象