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.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.WithMetadata, DaprComponent.UpdateStages.WithScopes
The template for DaprComponent update.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DaprComponent
apply()
Executes the update request.DaprComponent
apply(com.azure.core.util.Context context)
Executes the update request.-
Methods inherited from interface com.azure.resourcemanager.appcontainers.models.DaprComponent.UpdateStages.WithComponentType
withComponentType
-
Methods inherited from interface com.azure.resourcemanager.appcontainers.models.DaprComponent.UpdateStages.WithIgnoreErrors
withIgnoreErrors
-
Methods inherited from interface com.azure.resourcemanager.appcontainers.models.DaprComponent.UpdateStages.WithInitTimeout
withInitTimeout
-
Methods inherited from interface com.azure.resourcemanager.appcontainers.models.DaprComponent.UpdateStages.WithMetadata
withMetadata
-
Methods inherited from interface com.azure.resourcemanager.appcontainers.models.DaprComponent.UpdateStages.WithScopes
withScopes
-
Methods inherited from interface com.azure.resourcemanager.appcontainers.models.DaprComponent.UpdateStages.WithSecrets
withSecrets
-
Methods inherited from interface com.azure.resourcemanager.appcontainers.models.DaprComponent.UpdateStages.WithVersion
withVersion
-
-
-
-
Method Detail
-
apply
DaprComponent apply()
Executes the update request.- Returns:
- the updated resource.
-
apply
DaprComponent apply(com.azure.core.util.Context context)
Executes the update request.- Parameters:
context
- The context to associate with this operation.- Returns:
- the updated resource.
-
-