DaprMetadata 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.
Container App Dapr component metadata.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.DaprMetadataTypeConverter))]
public class DaprMetadata : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IDaprMetadata
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.DaprMetadataTypeConverter))>]
type DaprMetadata = class
interface IDaprMetadata
interface IJsonSerializable
Public Class DaprMetadata
Implements IDaprMetadata
- Inheritance
-
DaprMetadata
- Attributes
- Implements
Constructors
DaprMetadata() |
Creates an new DaprMetadata instance. |
Properties
Name |
Metadata property name. |
SecretRef |
Name of the Container App secret from which to pull the metadata property value. |
Value |
Metadata property value. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DaprMetadata. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DaprMetadata. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IDaprMetadata. |
FromJsonString(String) |
Creates a new instance of DaprMetadata, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DaprMetadata into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |