Delen via


DaprComponent Constructors

Definition

Overloads

DaprComponent()

Initializes a new instance of the DaprComponent class.

DaprComponent(String, String, String, IList<DaprMetadata>)

Initializes a new instance of the DaprComponent class.

DaprComponent()

Initializes a new instance of the DaprComponent class.

public DaprComponent ();
Public Sub New ()

Applies to

DaprComponent(String, String, String, IList<DaprMetadata>)

Initializes a new instance of the DaprComponent class.

public DaprComponent (string name = default, string type = default, string version = default, System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.DaprMetadata> metadata = default);
new Microsoft.Azure.Management.WebSites.Models.DaprComponent : string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.DaprMetadata> -> Microsoft.Azure.Management.WebSites.Models.DaprComponent
Public Sub New (Optional name As String = Nothing, Optional type As String = Nothing, Optional version As String = Nothing, Optional metadata As IList(Of DaprMetadata) = Nothing)

Parameters

name
String

Component name

type
String

Component type

version
String

Component version

metadata
IList<DaprMetadata>

Component metadata

Applies to