MicrosoftGraphDirectory Class

Definition

directory

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphDirectoryTypeConverter))]
public class MicrosoftGraphDirectory : Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectory, 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.MicrosoftGraphDirectoryTypeConverter))>]
type MicrosoftGraphDirectory = class
    interface IMicrosoftGraphDirectory
    interface IJsonSerializable
    interface IMicrosoftGraphEntity
    interface IAssociativeArray<obj>
    interface IValidates
Public Class MicrosoftGraphDirectory
Implements IAssociativeArray(Of Object), IMicrosoftGraphDirectory, IValidates
Inheritance
MicrosoftGraphDirectory
Attributes
Implements

Constructors

MicrosoftGraphDirectory()

Creates an new MicrosoftGraphDirectory instance.

Properties

AdministrativeUnit

Conceptual container for user and group directory objects.

DeletedItem

Recently deleted items. Read-only. Nullable.

FederationConfiguration

Configure domain federation with organizations whose identity provider (IdP) supports either the SAML or WS-Fed protocol.

Id

The unique idenfier for an entity. Read-only.

Item[String]

Methods

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

Deserializes a IDictionary into an instance of MicrosoftGraphDirectory.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MicrosoftGraphDirectory.

FromJson(JsonNode)

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

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of MicrosoftGraphDirectory 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