DaprComponent.Update |
DaprComponent.update() |
Begins update for the DaprComponent resource.
|
DaprComponent.Update |
DaprComponent.UpdateStages.WithComponentType.withComponentType(String componentType) |
Specifies the componentType property: Component type.
|
DaprComponent.Update |
DaprComponent.UpdateStages.WithIgnoreErrors.withIgnoreErrors(Boolean ignoreErrors) |
Specifies the ignoreErrors property: Boolean describing if the component errors are ignores.
|
DaprComponent.Update |
DaprComponent.UpdateStages.WithInitTimeout.withInitTimeout(String initTimeout) |
Specifies the initTimeout property: Initialization timeout.
|
DaprComponent.Update |
DaprComponent.UpdateStages.WithMetadata.withMetadata(List<DaprMetadata> metadata) |
Specifies the metadata property: Component metadata.
|
DaprComponent.Update |
DaprComponent.UpdateStages.WithScopes.withScopes(List<String> scopes) |
Specifies the scopes property: Names of container apps that can use this Dapr component.
|
DaprComponent.Update |
DaprComponent.UpdateStages.WithSecrets.withSecrets(List<Secret> secrets) |
Specifies the secrets property: Collection of secrets used by a Dapr component.
|
DaprComponent.Update |
DaprComponent.UpdateStages.WithVersion.withVersion(String version) |
Specifies the version property: Component version.
|