Aracılığıyla paylaş


DaprSecretsCollection Class

Definition

Dapr component Secrets Collection for ListSecrets Action.

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

Constructors

DaprSecretsCollection()

Creates an new DaprSecretsCollection instance.

Properties

Value

Collection of secrets used by a Dapr component

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DaprSecretsCollection.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DaprSecretsCollection.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DaprSecretsCollection into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to