Assignment コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Assignment() |
Assignment クラスの新しいインスタンスを初期化します。 |
Assignment(String, ManagedServiceIdentity, IDictionary<String, ParameterValue>, IDictionary<String,ResourceGroupValue>, String, String, String, String, String, String, String, AssignmentStatus, AssignmentLockSettings, String) |
Assignment クラスの新しいインスタンスを初期化します。 |
Assignment()
Assignment クラスの新しいインスタンスを初期化します。
public Assignment ();
Public Sub New ()
適用対象
Assignment(String, ManagedServiceIdentity, IDictionary<String, ParameterValue>, IDictionary<String,ResourceGroupValue>, String, String, String, String, String, String, String, AssignmentStatus, AssignmentLockSettings, String)
Assignment クラスの新しいインスタンスを初期化します。
public Assignment (string location, Microsoft.Azure.Management.Blueprint.Models.ManagedServiceIdentity identity, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.Blueprint.Models.ParameterValue> parameters, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.Blueprint.Models.ResourceGroupValue> resourceGroups, string id = default, string type = default, string name = default, string displayName = default, string description = default, string blueprintId = default, string scope = default, Microsoft.Azure.Management.Blueprint.Models.AssignmentStatus status = default, Microsoft.Azure.Management.Blueprint.Models.AssignmentLockSettings locks = default, string provisioningState = default);
new Microsoft.Azure.Management.Blueprint.Models.Assignment : string * Microsoft.Azure.Management.Blueprint.Models.ManagedServiceIdentity * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.Blueprint.Models.ParameterValue> * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.Blueprint.Models.ResourceGroupValue> * string * string * string * string * string * string * string * Microsoft.Azure.Management.Blueprint.Models.AssignmentStatus * Microsoft.Azure.Management.Blueprint.Models.AssignmentLockSettings * string -> Microsoft.Azure.Management.Blueprint.Models.Assignment
Public Sub New (location As String, identity As ManagedServiceIdentity, parameters As IDictionary(Of String, ParameterValue), resourceGroups As IDictionary(Of String, ResourceGroupValue), Optional id As String = Nothing, Optional type As String = Nothing, Optional name As String = Nothing, Optional displayName As String = Nothing, Optional description As String = Nothing, Optional blueprintId As String = Nothing, Optional scope As String = Nothing, Optional status As AssignmentStatus = Nothing, Optional locks As AssignmentLockSettings = Nothing, Optional provisioningState As String = Nothing)
パラメーター
- location
- String
このブループリント割り当ての場所。
- identity
- ManagedServiceIdentity
このブループリント割り当てのマネージド ID。
- parameters
- IDictionary<String,ParameterValue>
ブループリントの割り当てパラメーター値。
- resourceGroups
- IDictionary<String,ResourceGroupValue>
リソース グループ プレースホルダーの名前と場所。
- id
- String
Azure 上の任意のリソースを検索するために使用される文字列 ID。
- type
- String
このリソースの種類。
- name
- String
このリソースの名前。
- displayName
- String
このリソースを説明する 1 行の文字列。
- description
- String
複数行でこのリソースについて説明します。
- blueprintId
- String
ブループリント定義の発行済みバージョンの ID。
- scope
- String
ブループリント割り当てのターゲット サブスクリプション スコープ (形式: '/subscriptions/{subscriptionId}')。 管理グループ レベルの割り当てには、 プロパティが必要です。
- status
- AssignmentStatus
ブループリント割り当ての状態。 このフィールドは読み取り専用です。
- locks
- AssignmentLockSettings
ブループリントの割り当てによってデプロイされたリソースをロックする方法を定義します。
- provisioningState
- String
ブループリント割り当ての状態。 使用可能な値には、'creating'、'validating'、'waiting'、'deploying'、'cancelling'、'locking'、'succeeded'、'failed'、'canceled'、'removeing' などがあります。
適用対象
Azure SDK for .NET