次の方法で共有


GetObjectsParameters コンストラクター

定義

オーバーロード

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>

メッセージの一致しないプロパティは、このコレクションを逆シリアル化します

objectIds
IList<String>

要求されたオブジェクト ID。

types
IList<String>

要求されたオブジェクト型。

includeDirectoryObjectReferences
Nullable<Boolean>

true の場合は、パートナー テナント内のオブジェクト ID も検索します。

適用対象