次の方法で共有


Dapr Class

Definition

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)

Deserializes a PSObject into an instance of Dapr.

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)

Serializes this instance of Dapr into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to