DaprComponent Interface
public interface DaprComponent
An immutable client-side representation of DaprComponent.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
componentType()
Gets the component |
| abstract String |
deploymentErrors()
Gets the deployment |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
| abstract Boolean |
ignoreErrors()
Gets the ignore |
| abstract String |
initTimeout()
Gets the init |
|
abstract
Dapr |
innerModel()
Gets the inner com. |
|
abstract
Dapr |
listSecrets()
List secrets for a dapr component. |
|
abstract
Response<Dapr |
listSecretsWithResponse(Context context)
List secrets for a dapr component. |
|
abstract
List<Dapr |
metadata()
Gets the metadata property: Component metadata. |
| abstract String |
name()
Gets the name property: The name of the resource. |
|
abstract
Dapr |
provisioningState()
Gets the provisioning |
|
abstract
Dapr |
refresh()
Refreshes the resource to sync with Azure. |
|
abstract
Dapr |
refresh(Context context)
Refreshes the resource to sync with Azure. |
| abstract String |
resourceGroupName()
Gets the name of the resource group. |
| abstract List<String> |
scopes()
Gets the scopes property: Names of container apps that can use this Dapr component. |
| abstract List<Secret> |
secrets()
Gets the secrets property: Collection of secrets used by a Dapr component. |
| abstract String |
secretStoreComponent()
Gets the secret |
|
abstract
System |
systemData()
Gets the system |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract Update |
update()
Begins update for the Dapr |
| abstract String |
version()
Gets the version property: Component version. |
Method Details
componentType
public abstract String componentType()
Gets the componentType property: Component type.
Returns:
deploymentErrors
public abstract String deploymentErrors()
Gets the deploymentErrors property: Any errors that occurred during deployment or deployment validation.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
ignoreErrors
public abstract Boolean ignoreErrors()
Gets the ignoreErrors property: Boolean describing if the component errors are ignores.
Returns:
initTimeout
public abstract String initTimeout()
Gets the initTimeout property: Initialization timeout.
Returns:
innerModel
public abstract DaprComponentInner innerModel()
Gets the inner com.azure.resourcemanager.appcontainers.fluent.models.DaprComponentInner object.
Returns:
listSecrets
public abstract DaprSecretsCollection listSecrets()
List secrets for a dapr component.
Returns:
listSecretsWithResponse
public abstract Response<DaprSecretsCollection> listSecretsWithResponse(Context context)
List secrets for a dapr component.
Parameters:
Returns:
metadata
public abstract List<DaprMetadata> metadata()
Gets the metadata property: Component metadata.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
provisioningState
public abstract DaprComponentProvisioningState provisioningState()
Gets the provisioningState property: Provisioning state of the Dapr Component.
Returns:
refresh
public abstract DaprComponent refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract DaprComponent refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
resourceGroupName
public abstract String resourceGroupName()
Gets the name of the resource group.
Returns:
scopes
public abstract List<String> scopes()
Gets the scopes property: Names of container apps that can use this Dapr component.
Returns:
secrets
public abstract List<Secret> secrets()
Gets the secrets property: Collection of secrets used by a Dapr component.
Returns:
secretStoreComponent
public abstract String secretStoreComponent()
Gets the secretStoreComponent property: Name of a Dapr component to retrieve component secrets from.
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract DaprComponent.Update update()
Begins update for the DaprComponent resource.
Returns:
version
public abstract String version()
Gets the version property: Component version.
Returns: