Interface DaprComponent.Definition
-
- All Superinterfaces:
DaprComponent.DefinitionStages.Blank
,DaprComponent.DefinitionStages.WithComponentType
,DaprComponent.DefinitionStages.WithCreate
,DaprComponent.DefinitionStages.WithIgnoreErrors
,DaprComponent.DefinitionStages.WithInitTimeout
,DaprComponent.DefinitionStages.WithMetadata
,DaprComponent.DefinitionStages.WithParentResource
,DaprComponent.DefinitionStages.WithScopes
,DaprComponent.DefinitionStages.WithSecrets
,DaprComponent.DefinitionStages.WithVersion
- Enclosing interface:
- DaprComponent
public static interface DaprComponent.Definition extends DaprComponent.DefinitionStages.Blank, DaprComponent.DefinitionStages.WithParentResource, DaprComponent.DefinitionStages.WithCreate
The entirety of the DaprComponent definition.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.appcontainers.models.DaprComponent.DefinitionStages.WithComponentType
withComponentType
-
Methods inherited from interface com.azure.resourcemanager.appcontainers.models.DaprComponent.DefinitionStages.WithCreate
create, create
-
Methods inherited from interface com.azure.resourcemanager.appcontainers.models.DaprComponent.DefinitionStages.WithIgnoreErrors
withIgnoreErrors
-
Methods inherited from interface com.azure.resourcemanager.appcontainers.models.DaprComponent.DefinitionStages.WithInitTimeout
withInitTimeout
-
Methods inherited from interface com.azure.resourcemanager.appcontainers.models.DaprComponent.DefinitionStages.WithMetadata
withMetadata
-
Methods inherited from interface com.azure.resourcemanager.appcontainers.models.DaprComponent.DefinitionStages.WithParentResource
withExistingManagedEnvironment
-
Methods inherited from interface com.azure.resourcemanager.appcontainers.models.DaprComponent.DefinitionStages.WithScopes
withScopes
-
Methods inherited from interface com.azure.resourcemanager.appcontainers.models.DaprComponent.DefinitionStages.WithSecrets
withSecrets
-
Methods inherited from interface com.azure.resourcemanager.appcontainers.models.DaprComponent.DefinitionStages.WithVersion
withVersion
-
-