ProviderOperationsMetadataInner コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ProviderOperationsMetadataInner() |
ProviderOperationsMetadataInner クラスの新しいインスタンスを初期化します。 |
ProviderOperationsMetadataInner(String, String, String, String, IList<ResourceType>, IList<ProviderOperation>) |
ProviderOperationsMetadataInner クラスの新しいインスタンスを初期化します。 |
ProviderOperationsMetadataInner()
ProviderOperationsMetadataInner クラスの新しいインスタンスを初期化します。
public ProviderOperationsMetadataInner ();
Public Sub New ()
適用対象
ProviderOperationsMetadataInner(String, String, String, String, IList<ResourceType>, IList<ProviderOperation>)
ProviderOperationsMetadataInner クラスの新しいインスタンスを初期化します。
public ProviderOperationsMetadataInner (string id = default, string name = default, string type = default, string displayName = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.ResourceType> resourceTypes = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.ProviderOperation> operations = default);
new Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.ProviderOperationsMetadataInner : string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.ResourceType> * System.Collections.Generic.IList<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.ProviderOperation> -> Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.ProviderOperationsMetadataInner
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional displayName As String = Nothing, Optional resourceTypes As IList(Of ResourceType) = Nothing, Optional operations As IList(Of ProviderOperation) = Nothing)
パラメーター
- id
- String
プロバイダー ID。
- name
- String
プロバイダー名。
- type
- String
プロバイダーの種類
- displayName
- String
プロバイダーの表示名。
- resourceTypes
- IList<ResourceType>
プロバイダー リソースの種類
- operations
- IList<ProviderOperation>
プロバイダー操作。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET