Freigeben über


Dapr Konstruktoren

Definition

Überlädt

Dapr()

Initialisiert eine neue instance der Dapr-Klasse.

Dapr(Nullable<Boolean>, String, Nullable<Int32>, IList<DaprComponent>)

Initialisiert eine neue instance der Dapr-Klasse.

Dapr()

Initialisiert eine neue instance der Dapr-Klasse.

public Dapr();
Public Sub New ()

Gilt für:

Dapr(Nullable<Boolean>, String, Nullable<Int32>, IList<DaprComponent>)

Initialisiert eine neue instance der Dapr-Klasse.

public Dapr(bool? enabled = default, string appId = default, int? appPort = default, System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.DaprComponent> components = default);
new Microsoft.Azure.Management.WebSites.Models.Dapr : Nullable<bool> * string * Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.DaprComponent> -> Microsoft.Azure.Management.WebSites.Models.Dapr
Public Sub New (Optional enabled As Nullable(Of Boolean) = Nothing, Optional appId As String = Nothing, Optional appPort As Nullable(Of Integer) = Nothing, Optional components As IList(Of DaprComponent) = Nothing)

Parameter

enabled
Nullable<Boolean>

Boolescher Wert, der angibt, ob das Dapr-Seitenfahrzeug aktiviert ist

appId
String

Dapr-Anwendungsbezeichner

appPort
Nullable<Int32>

Port, an dem der Dapr Seitenwagen

components
IList<DaprComponent>

Sammlung von Dapr-Komponenten

Gilt für: