Uses of Class
com.azure.resourcemanager.appcontainers.fluent.models.DaprComponentProperties
Packages that use DaprComponentProperties
Package
Description
Package containing the inner data models for ContainerAppsApiClient.
-
Uses of DaprComponentProperties in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return DaprComponentPropertiesModifier and TypeMethodDescriptionstatic DaprComponentProperties
DaprComponentProperties.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of DaprComponentProperties from the JsonReader.DaprComponentProperties.withComponentType
(String componentType) Set the componentType property: Component type.DaprComponentProperties.withIgnoreErrors
(Boolean ignoreErrors) Set the ignoreErrors property: Boolean describing if the component errors are ignores.DaprComponentProperties.withInitTimeout
(String initTimeout) Set the initTimeout property: Initialization timeout.DaprComponentProperties.withMetadata
(List<DaprMetadata> metadata) Set the metadata property: Component metadata.DaprComponentProperties.withScopes
(List<String> scopes) Set the scopes property: Names of container apps that can use this Dapr component.DaprComponentProperties.withSecrets
(List<Secret> secrets) Set the secrets property: Collection of secrets used by a Dapr component.DaprComponentProperties.withSecretStoreComponent
(String secretStoreComponent) Set the secretStoreComponent property: Name of a Dapr component to retrieve component secrets from.DaprComponentProperties.withVersion
(String version) Set the version property: Component version.