DaprSecretsCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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() |