GetObjectsParameters コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetObjectsParameters() |
GetObjectsParameters クラスの新しいインスタンスを初期化します。 |
GetObjectsParameters(IDictionary<String,Object>, IList<String>, IList<String>, Nullable<Boolean>) |
GetObjectsParameters クラスの新しいインスタンスを初期化します。 |
GetObjectsParameters()
GetObjectsParameters クラスの新しいインスタンスを初期化します。
public GetObjectsParameters ();
Public Sub New ()
適用対象
GetObjectsParameters(IDictionary<String,Object>, IList<String>, IList<String>, Nullable<Boolean>)
GetObjectsParameters クラスの新しいインスタンスを初期化します。
public GetObjectsParameters (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, System.Collections.Generic.IList<string> objectIds = default, System.Collections.Generic.IList<string> types = default, bool? includeDirectoryObjectReferences = default);
new Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.GetObjectsParameters : System.Collections.Generic.IDictionary<string, obj> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * Nullable<bool> -> Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.GetObjectsParameters
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional objectIds As IList(Of String) = Nothing, Optional types As IList(Of String) = Nothing, Optional includeDirectoryObjectReferences As Nullable(Of Boolean) = Nothing)
パラメーター
- additionalProperties
- IDictionary<String,Object>
メッセージの一致しないプロパティは、このコレクションを逆シリアル化します
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET