Uses of Interface
com.azure.resourcemanager.appcontainers.models.DaprComponent.Update
Packages that use DaprComponent.Update
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of DaprComponent.Update in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return DaprComponent.UpdateModifier and TypeMethodDescriptionDaprComponent.update()
Begins update for the DaprComponent resource.DaprComponent.UpdateStages.WithComponentType.withComponentType
(String componentType) Specifies the componentType property: Component type.DaprComponent.UpdateStages.WithIgnoreErrors.withIgnoreErrors
(Boolean ignoreErrors) Specifies the ignoreErrors property: Boolean describing if the component errors are ignores.DaprComponent.UpdateStages.WithInitTimeout.withInitTimeout
(String initTimeout) Specifies the initTimeout property: Initialization timeout.DaprComponent.UpdateStages.WithMetadata.withMetadata
(List<DaprMetadata> metadata) Specifies the metadata property: Component metadata.DaprComponent.UpdateStages.WithScopes.withScopes
(List<String> scopes) Specifies the scopes property: Names of container apps that can use this Dapr component.DaprComponent.UpdateStages.WithSecrets.withSecrets
(List<Secret> secrets) Specifies the secrets property: Collection of secrets used by a Dapr component.DaprComponent.UpdateStages.WithSecretStoreComponent.withSecretStoreComponent
(String secretStoreComponent) Specifies the secretStoreComponent property: Name of a Dapr component to retrieve component secrets from.DaprComponent.UpdateStages.WithVersion.withVersion
(String version) Specifies the version property: Component version.