Dapr 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.
Container App Dapr configuration.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.DaprTypeConverter))]
public class Dapr : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IDapr
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.DaprTypeConverter))>]
type Dapr = class
interface IDapr
interface IJsonSerializable
Public Class Dapr
Implements IDapr
- Inheritance
-
Dapr
- Attributes
- Implements
Constructors
Dapr() |
Creates an new Dapr instance. |
Properties
AppId |
Dapr application identifier |
AppPort |
Port on which the Dapr side car |
Component |
Collection of Dapr components |
Enabled |
Boolean indicating if the Dapr side car is enabled |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of Dapr. |
DeserializeFromPSObject(PSObject) | |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IDapr. |
FromJsonString(String) |
Creates a new instance of Dapr, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) | |
ToJsonString() |
Serializes this instance to a json string. |