Uses of Class
com.azure.resourcemanager.appcontainers.models.DaprMetadata
-
Packages that use DaprMetadata Package Description com.azure.resourcemanager.appcontainers.fluent.models Package containing the inner data models for ContainerAppsApiClient.com.azure.resourcemanager.appcontainers.models 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 DaprMetadata Modifier and Type Method Description List<DaprMetadata>
DaprComponentInner. metadata()
Get the metadata property: Component metadata.List<DaprMetadata>
DaprComponentProperties. metadata()
Get the metadata property: Component metadata.Method parameters in com.azure.resourcemanager.appcontainers.fluent.models with type arguments of type DaprMetadata Modifier and Type Method Description DaprComponentInner
DaprComponentInner. withMetadata(List<DaprMetadata> metadata)
Set the metadata property: Component metadata.DaprComponentProperties
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 DaprMetadata Modifier and Type Method Description DaprMetadata
DaprMetadata. withName(String name)
Set the name property: Metadata property name.DaprMetadata
DaprMetadata. withSecretRef(String secretRef)
Set the secretRef property: Name of the Dapr Component secret from which to pull the metadata property value.DaprMetadata
DaprMetadata. withValue(String value)
Set the value property: Metadata property value.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type DaprMetadata Modifier and Type Method Description List<DaprMetadata>
DaprComponent. metadata()
Gets the metadata property: Component metadata.Method parameters in com.azure.resourcemanager.appcontainers.models with type arguments of type DaprMetadata Modifier and Type Method Description DaprComponent.DefinitionStages.WithCreate
DaprComponent.DefinitionStages.WithMetadata. withMetadata(List<DaprMetadata> metadata)
Specifies the metadata property: Component metadata.DaprComponent.Update
DaprComponent.UpdateStages.WithMetadata. withMetadata(List<DaprMetadata> metadata)
Specifies the metadata property: Component metadata.
-