Interface DaprComponent.Update
- All Superinterfaces:
DaprComponent.UpdateStages.WithComponentType,DaprComponent.UpdateStages.WithIgnoreErrors,DaprComponent.UpdateStages.WithInitTimeout,DaprComponent.UpdateStages.WithMetadata,DaprComponent.UpdateStages.WithScopes,DaprComponent.UpdateStages.WithSecrets,DaprComponent.UpdateStages.WithSecretStoreComponent,DaprComponent.UpdateStages.WithVersion
- Enclosing interface:
DaprComponent
public static interface DaprComponent.Update
extends DaprComponent.UpdateStages.WithComponentType, DaprComponent.UpdateStages.WithVersion, DaprComponent.UpdateStages.WithIgnoreErrors, DaprComponent.UpdateStages.WithInitTimeout, DaprComponent.UpdateStages.WithSecrets, DaprComponent.UpdateStages.WithSecretStoreComponent, DaprComponent.UpdateStages.WithMetadata, DaprComponent.UpdateStages.WithScopes
The template for DaprComponent update.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.appcontainers.models.DaprComponent.UpdateStages.WithComponentType
withComponentTypeMethods inherited from interface com.azure.resourcemanager.appcontainers.models.DaprComponent.UpdateStages.WithIgnoreErrors
withIgnoreErrorsMethods inherited from interface com.azure.resourcemanager.appcontainers.models.DaprComponent.UpdateStages.WithInitTimeout
withInitTimeoutMethods inherited from interface com.azure.resourcemanager.appcontainers.models.DaprComponent.UpdateStages.WithMetadata
withMetadataMethods inherited from interface com.azure.resourcemanager.appcontainers.models.DaprComponent.UpdateStages.WithScopes
withScopesMethods inherited from interface com.azure.resourcemanager.appcontainers.models.DaprComponent.UpdateStages.WithSecrets
withSecretsMethods inherited from interface com.azure.resourcemanager.appcontainers.models.DaprComponent.UpdateStages.WithSecretStoreComponent
withSecretStoreComponentMethods inherited from interface com.azure.resourcemanager.appcontainers.models.DaprComponent.UpdateStages.WithVersion
withVersion
-
Method Details
-
apply
DaprComponent apply()Executes the update request.- Returns:
- the updated resource.
-
apply
Executes the update request.- Parameters:
context- The context to associate with this operation.- Returns:
- the updated resource.
-