Uses of Class
com.azure.resourcemanager.appcontainers.models.DaprMetadata
Packages that use DaprMetadata
Package
Description
Package containing the inner data models for ContainerAppsApiClient.
Package containing the data models for ContainerAppsApiClient.
-
Uses of DaprMetadata in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return types with arguments of type DaprMetadataModifier and TypeMethodDescriptionDaprComponentInner.metadata()
Get the metadata property: Component metadata.DaprComponentProperties.metadata()
Get the metadata property: Component metadata.Method parameters in com.azure.resourcemanager.appcontainers.fluent.models with type arguments of type DaprMetadataModifier and TypeMethodDescriptionDaprComponentInner.withMetadata
(List<DaprMetadata> metadata) Set the metadata property: Component metadata.DaprComponentProperties.withMetadata
(List<DaprMetadata> metadata) Set the metadata property: Component metadata. -
Uses of DaprMetadata in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return DaprMetadataModifier and TypeMethodDescriptionstatic DaprMetadata
DaprMetadata.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of DaprMetadata from the JsonReader.Set the name property: Metadata property name.DaprMetadata.withSecretRef
(String secretRef) Set the secretRef property: Name of the Dapr Component secret from which to pull the metadata property value.Set the value property: Metadata property value.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type DaprMetadataModifier and TypeMethodDescriptionDaprComponent.metadata()
Gets the metadata property: Component metadata.Method parameters in com.azure.resourcemanager.appcontainers.models with type arguments of type DaprMetadataModifier and TypeMethodDescriptionDaprComponent.DefinitionStages.WithMetadata.withMetadata
(List<DaprMetadata> metadata) Specifies the metadata property: Component metadata.DaprComponent.UpdateStages.WithMetadata.withMetadata
(List<DaprMetadata> metadata) Specifies the metadata property: Component metadata.