MicrosoftGraphDirectoryRoleTemplate Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
directoryRoleTemplate
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphDirectoryRoleTemplateTypeConverter))]
public class MicrosoftGraphDirectoryRoleTemplate : Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryRoleTemplate, 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.MicrosoftGraphDirectoryRoleTemplateTypeConverter))>]
type MicrosoftGraphDirectoryRoleTemplate = class
interface IMicrosoftGraphDirectoryRoleTemplate
interface IJsonSerializable
interface IMicrosoftGraphDirectoryObject
interface IMicrosoftGraphEntityAutoGenerated
interface IAssociativeArray<obj>
interface IValidates
Public Class MicrosoftGraphDirectoryRoleTemplate
Implements IAssociativeArray(Of Object), IMicrosoftGraphDirectoryRoleTemplate, IValidates
- Inheritance
-
MicrosoftGraphDirectoryRoleTemplate
- Attributes
- Implements
Constructors
MicrosoftGraphDirectoryRoleTemplate() |
Creates an new MicrosoftGraphDirectoryRoleTemplate instance. |
Fields
__additionalProperties |
Properties
DeletedDateTime | |
Description |
The description to set for the directory role. Read-only. |
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 |
Methods
Add(String, Object) | |
Clear() | |
ContainsKey(String) | |
CopyFrom(IDictionary) | |
CopyFrom(PSObject) | |
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MicrosoftGraphDirectoryRoleTemplate. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MicrosoftGraphDirectoryRoleTemplate. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryRoleTemplate. |
FromJsonString(String) |
Creates a new instance of MicrosoftGraphDirectoryRoleTemplate, deserializing the content from a json string. |
Remove(String) | |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of MicrosoftGraphDirectoryRoleTemplate 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(MicrosoftGraphDirectoryRoleTemplate to Dictionary<String,Object>) |
Explicit Interface Implementations
IAssociativeArray<Object>.AdditionalProperties |