你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MicrosoftGraphScopedRoleMembership Class

Definition

scopedRoleMembership

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphScopedRoleMembershipTypeConverter))]
public class MicrosoftGraphScopedRoleMembership : Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphScopedRoleMembership, Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IAssociativeArray<object>, Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphScopedRoleMembershipTypeConverter))>]
type MicrosoftGraphScopedRoleMembership = class
    interface IMicrosoftGraphScopedRoleMembership
    interface IJsonSerializable
    interface IMicrosoftGraphEntity
    interface IAssociativeArray<obj>
    interface IValidates
Public Class MicrosoftGraphScopedRoleMembership
Implements IAssociativeArray(Of Object), IMicrosoftGraphScopedRoleMembership, IValidates
Inheritance
MicrosoftGraphScopedRoleMembership
Attributes
Implements

Constructors

MicrosoftGraphScopedRoleMembership()

Creates an new MicrosoftGraphScopedRoleMembership instance.

Properties

AdministrativeUnitId

Unique identifier for the administrative unit that the directory role is scoped to

Id

The unique idenfier for an entity. Read-only.

Item[String]
RoleId

Unique identifier for the directory role that the member is in.

RoleMemberInfo

identity

Methods

Add(String, Object)
Clear()
ContainsKey(String)
CopyFrom(IDictionary)
CopyFrom(PSObject)
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MicrosoftGraphScopedRoleMembership.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MicrosoftGraphScopedRoleMembership.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphScopedRoleMembership.

FromJsonString(String)

Creates a new instance of MicrosoftGraphScopedRoleMembership, deserializing the content from a json string.

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of MicrosoftGraphScopedRoleMembership into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
TryGetValue(String, Object)
Validate(IEventListener)

Validates that this object meets the validation criteria.

Explicit Interface Implementations

IAssociativeArray<Object>.AdditionalProperties

Applies to