Compartilhar via


DaprComponentsCollection Class

Definition

Dapr Components ARM resource.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.DaprComponentsCollectionTypeConverter))]
public class DaprComponentsCollection : Microsoft.Azure.PowerShell.Cmdlets.App.Models.IDaprComponentsCollection
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.DaprComponentsCollectionTypeConverter))>]
type DaprComponentsCollection = class
    interface IDaprComponentsCollection
    interface IJsonSerializable
Public Class DaprComponentsCollection
Implements IDaprComponentsCollection
Inheritance
DaprComponentsCollection
Attributes
Implements

Constructors

DaprComponentsCollection()

Creates an new DaprComponentsCollection instance.

Properties

NextLink

Link to next page of resources.

Value

Collection of resources.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DaprComponentsCollection.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DaprComponentsCollection.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.App.Models.IDaprComponentsCollection.

FromJsonString(String)

Creates a new instance of DaprComponentsCollection, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of DaprComponentsCollection into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to