Compartilhar via


DaprConfiguration Class

Definition

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()

Applies to