MicrosoftGraphInformationalUrl Class

Definition

informationalUrl

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

Constructors

MicrosoftGraphInformationalUrl()

Creates an new MicrosoftGraphInformationalUrl instance.

Fields

__additionalProperties

Properties

Item[String]
LogoUrl

CDN URL to the application's logo, Read-only.

MarketingUrl

Link to the application's marketing page. For example, https://www.contoso.com/app/marketing

PrivacyStatementUrl

Link to the application's privacy statement. For example, https://www.contoso.com/app/privacy

SupportUrl

Link to the application's support page. For example, https://www.contoso.com/app/support

TermsOfServiceUrl

Link to the application's terms of service statement. For example, https://www.contoso.com/app/termsofservice

Methods

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

Deserializes a IDictionary into an instance of MicrosoftGraphInformationalUrl.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MicrosoftGraphInformationalUrl.

FromJson(JsonNode)

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

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of MicrosoftGraphInformationalUrl into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
TryGetValue(String, Object)

Operators

Implicit(MicrosoftGraphInformationalUrl to Dictionary<String,Object>)

Explicit Interface Implementations

IAssociativeArray<Object>.AdditionalProperties

Applies to