Uses of Class
com.azure.resourcemanager.appservice.models.DaprMetadata
-
Packages that use DaprMetadata Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of DaprMetadata in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return DaprMetadata Modifier and Type Method Description DaprMetadataDaprMetadata. withName(String name)Set the name property: Metadata property name.DaprMetadataDaprMetadata. withSecretRef(String secretRef)Set the secretRef property: Name of the Container App secret from which to pull the metadata property value.DaprMetadataDaprMetadata. withValue(String value)Set the value property: Metadata property value.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type DaprMetadata Modifier and Type Method Description List<DaprMetadata>DaprComponent. metadata()Get the metadata property: Component metadata.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type DaprMetadata Modifier and Type Method Description DaprComponentDaprComponent. withMetadata(List<DaprMetadata> metadata)Set the metadata property: Component metadata.
-