MicrosoftGraphOrganizationalBrandingLocalizationCollectionResponse Class

Definition

Collection of organizationalBrandingLocalization

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

Constructors

MicrosoftGraphOrganizationalBrandingLocalizationCollectionResponse()

Creates an new MicrosoftGraphOrganizationalBrandingLocalizationCollectionResponse instance.

Fields

__additionalProperties

Properties

Item[String]
OdataNextLink
Value

Methods

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

Deserializes a IDictionary into an instance of MicrosoftGraphOrganizationalBrandingLocalizationCollectionResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MicrosoftGraphOrganizationalBrandingLocalizationCollectionResponse.

FromJson(JsonNode)

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

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of MicrosoftGraphOrganizationalBrandingLocalizationCollectionResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
TryGetValue(String, Object)

Operators

Implicit(MicrosoftGraphOrganizationalBrandingLocalizationCollectionResponse to Dictionary<String,Object>)

Explicit Interface Implementations

IAssociativeArray<Object>.AdditionalProperties

Applies to