AddonProfile 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.
Key-value pairs for configurations of add-on.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.AddonProfileTypeConverter))]
public class AddonProfile : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.IAddonProfile, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IAssociativeArray<object>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.AddonProfileTypeConverter))>]
type AddonProfile = class
interface IAddonProfile
interface IJsonSerializable
interface IAssociativeArray<obj>
Public Class AddonProfile
Implements IAddonProfile, IAssociativeArray(Of Object)
- Inheritance
-
AddonProfile
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| AddonProfile() |
Creates an new AddonProfile instance. |
Fields
| Name | Description |
|---|---|
| __additionalProperties | |
Properties
| Name | Description |
|---|---|
| Item[String] | |
Methods
| Name | Description |
|---|---|
| Add(String, Object) | |
| Clear() | |
| ContainsKey(String) | |
| CopyFrom(IDictionary) | |
| CopyFrom(PSObject) | |
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AddonProfile. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AddonProfile. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.IAddonProfile. |
| FromJsonString(String) |
Creates a new instance of AddonProfile, deserializing the content from a json string. |
| Remove(String) | |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of AddonProfile into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |
| TryGetValue(String, Object) | |
Operators
| Name | Description |
|---|---|
| Implicit(AddonProfile to Dictionary<String,Object>) | |
Explicit Interface Implementations
| Name | Description |
|---|---|
| IAssociativeArray<Object>.AdditionalProperties | |
| IAssociativeArray<Object>.Count | |
| IAssociativeArray<Object>.Keys | |
| IAssociativeArray<Object>.Values | |