GenericResource コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GenericResource() |
GenericResource クラスの新しいインスタンスを初期化します。 |
GenericResource(String, String, String, String, IDictionary<String,String>, Plan, Object, String, String, Sku, Identity) |
GenericResource クラスの新しいインスタンスを初期化します。 |
GenericResource(String, String, String, String, ExtendedLocation, IDictionary<String,String>, Plan, Object, String, String, Sku, Identity) |
GenericResource クラスの新しいインスタンスを初期化します。 |
GenericResource()
GenericResource クラスの新しいインスタンスを初期化します。
public GenericResource ();
Public Sub New ()
適用対象
GenericResource(String, String, String, String, IDictionary<String,String>, Plan, Object, String, String, Sku, Identity)
GenericResource クラスの新しいインスタンスを初期化します。
public GenericResource (string id, string name, string type, string location, System.Collections.Generic.IDictionary<string,string> tags, Microsoft.Azure.Management.ResourceManager.Models.Plan plan = default, object properties = default, string kind = default, string managedBy = default, Microsoft.Azure.Management.ResourceManager.Models.Sku sku = default, Microsoft.Azure.Management.ResourceManager.Models.Identity identity = default);
new Microsoft.Azure.Management.ResourceManager.Models.GenericResource : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.ResourceManager.Models.Plan * obj * string * string * Microsoft.Azure.Management.ResourceManager.Models.Sku * Microsoft.Azure.Management.ResourceManager.Models.Identity -> Microsoft.Azure.Management.ResourceManager.Models.GenericResource
Public Sub New (id As String, name As String, type As String, location As String, tags As IDictionary(Of String, String), Optional plan As Plan = Nothing, Optional properties As Object = Nothing, Optional kind As String = Nothing, Optional managedBy As String = Nothing, Optional sku As Sku = Nothing, Optional identity As Identity = Nothing)
パラメーター
- id
- String
Resource ID
- name
- String
リソース名
- type
- String
リソースの種類
- location
- String
リソースの場所
- tags
- IDictionary<String,String>
リソース タグ
- plan
- Plan
リソースの計画。
- properties
- Object
リソースのプロパティ。
- kind
- String
リソースの種類。
- managedBy
- String
このリソースを管理するリソースの ID。
- sku
- Sku
リソースの SKU。
- identity
- Identity
リソースの ID。
適用対象
GenericResource(String, String, String, String, ExtendedLocation, IDictionary<String,String>, Plan, Object, String, String, Sku, Identity)
GenericResource クラスの新しいインスタンスを初期化します。
public GenericResource (string id = default, string name = default, string type = default, string location = default, Microsoft.Azure.Management.ResourceManager.Models.ExtendedLocation extendedLocation = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.ResourceManager.Models.Plan plan = default, object properties = default, string kind = default, string managedBy = default, Microsoft.Azure.Management.ResourceManager.Models.Sku sku = default, Microsoft.Azure.Management.ResourceManager.Models.Identity identity = default);
new Microsoft.Azure.Management.ResourceManager.Models.GenericResource : string * string * string * string * Microsoft.Azure.Management.ResourceManager.Models.ExtendedLocation * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.ResourceManager.Models.Plan * obj * string * string * Microsoft.Azure.Management.ResourceManager.Models.Sku * Microsoft.Azure.Management.ResourceManager.Models.Identity -> Microsoft.Azure.Management.ResourceManager.Models.GenericResource
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional extendedLocation As ExtendedLocation = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional plan As Plan = Nothing, Optional properties As Object = Nothing, Optional kind As String = Nothing, Optional managedBy As String = Nothing, Optional sku As Sku = Nothing, Optional identity As Identity = Nothing)
パラメーター
- id
- String
Resource ID
- name
- String
リソース名
- type
- String
リソースの種類
- location
- String
リソースの場所
- extendedLocation
- ExtendedLocation
リソースの拡張場所。
- tags
- IDictionary<String,String>
リソース タグ
- plan
- Plan
リソースの計画。
- properties
- Object
リソースのプロパティ。
- kind
- String
リソースの種類。
- managedBy
- String
このリソースを管理するリソースの ID。
- sku
- Sku
リソースの SKU。
- identity
- Identity
リソースの ID。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET