MicrosoftGraphEndpoint Class

Definition

Represents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity types.

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

Constructors

MicrosoftGraphEndpoint()

Creates an new MicrosoftGraphEndpoint instance.

Fields

__additionalProperties

Properties

Capability

Describes the capability that is associated with this resource. (e.g. Messages, Conversations, etc.) Not nullable. Read-only.

DeletedDateTime
DisplayName

The name displayed in directory

Id

Read-only.

Item[String]
OdataId

The full id of object in directory

OdataType

The type of object in directory

ProviderId

Application id of the publishing underlying service. Not nullable. Read-only.

ProviderName

Name of the publishing underlying service. Read-only.

ProviderResourceId

For Microsoft 365 groups, this is set to a well-known name for the resource (e.g. Yammer.FeedURL etc.). Not nullable. Read-only.

Uri

URL of the published resource. Not nullable. Read-only.

Methods

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

Deserializes a IDictionary into an instance of MicrosoftGraphEndpoint.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MicrosoftGraphEndpoint.

FromJson(JsonNode)

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

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

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

Operators

Implicit(MicrosoftGraphEndpoint to Dictionary<String,Object>)

Explicit Interface Implementations

IAssociativeArray<Object>.AdditionalProperties

Applies to