DaprConfiguration 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.
Configuration properties Dapr component
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.DaprConfigurationTypeConverter))]
public class DaprConfiguration : Microsoft.Azure.PowerShell.Cmdlets.App.Models.IDaprConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.DaprConfigurationTypeConverter))>]
type DaprConfiguration = class
interface IDaprConfiguration
interface IJsonSerializable
Public Class DaprConfiguration
Implements IDaprConfiguration
- Inheritance
-
DaprConfiguration
- Attributes
- Implements
Constructors
DaprConfiguration() |
Creates an new DaprConfiguration instance. |
Properties
Version |
The version of Dapr |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DaprConfiguration. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DaprConfiguration. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.App.Models.IDaprConfiguration. |
FromJsonString(String) |
Creates a new instance of DaprConfiguration, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DaprConfiguration into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |