ClientPropertiesAttributes 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.
Attributes for the client. Supported values are int, bool, string, string[]. Example: "attributes": { "room": "345", "floor": 12, "deviceTypes": ["Fan", "Light"] }
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ClientPropertiesAttributesTypeConverter))]
public class ClientPropertiesAttributes : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IClientPropertiesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IAssociativeArray<object>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ClientPropertiesAttributesTypeConverter))>]
type ClientPropertiesAttributes = class
interface IClientPropertiesAttributes
interface IJsonSerializable
interface IAssociativeArray<obj>
Public Class ClientPropertiesAttributes
Implements IAssociativeArray(Of Object), IClientPropertiesAttributes
- Inheritance
-
ClientPropertiesAttributes
- Attributes
- Implements
Constructors
ClientPropertiesAttributes() |
Creates an new ClientPropertiesAttributes instance. |
Fields
__additionalProperties |
Properties
Item[String] |
Methods
Add(String, Object) | |
Clear() | |
ContainsKey(String) | |
CopyFrom(IDictionary) | |
CopyFrom(PSObject) | |
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ClientPropertiesAttributes. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ClientPropertiesAttributes. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IClientPropertiesAttributes. |
FromJsonString(String) |
Creates a new instance of ClientPropertiesAttributes, deserializing the content from a json string. |
Remove(String) | |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ClientPropertiesAttributes into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
TryGetValue(String, Object) |
Operators
Implicit(ClientPropertiesAttributes to Dictionary<String,Object>) |
Explicit Interface Implementations
IAssociativeArray<Object>.AdditionalProperties | |
IAssociativeArray<Object>.Count | |
IAssociativeArray<Object>.Keys | |
IAssociativeArray<Object>.Values |