ProfilePropertiesExtendedProperties Class

Definition

Key-Value pair representing additional properties for profiles.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.ProfilePropertiesExtendedPropertiesTypeConverter))]
public class ProfilePropertiesExtendedProperties : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IProfilePropertiesExtendedProperties, Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.IAssociativeArray<string>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.ProfilePropertiesExtendedPropertiesTypeConverter))>]
type ProfilePropertiesExtendedProperties = class
    interface IProfilePropertiesExtendedProperties
    interface IJsonSerializable
    interface IAssociativeArray<string>
Public Class ProfilePropertiesExtendedProperties
Implements IAssociativeArray(Of String), IProfilePropertiesExtendedProperties
Inheritance
ProfilePropertiesExtendedProperties
Attributes
Implements

Constructors

ProfilePropertiesExtendedProperties()

Creates an new ProfilePropertiesExtendedProperties instance.

Fields

__additionalProperties

Properties

Item[String]

Methods

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

Deserializes a IDictionary into an instance of ProfilePropertiesExtendedProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ProfilePropertiesExtendedProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IProfilePropertiesExtendedProperties.

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of ProfilePropertiesExtendedProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
TryGetValue(String, String)

Operators

Implicit(ProfilePropertiesExtendedProperties to Dictionary<String,String>)

Explicit Interface Implementations

IAssociativeArray<String>.AdditionalProperties
IAssociativeArray<String>.Count
IAssociativeArray<String>.Keys
IAssociativeArray<String>.Values

Applies to