DeploymentScript コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
このリソースに関連するシステム メタデータ。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET