Share via


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 componentType property: Component type.

abstract String deploymentErrors()

Gets the deploymentErrors property: Any errors that occurred during deployment or deployment validation.

abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

abstract Boolean ignoreErrors()

Gets the ignoreErrors property: Boolean describing if the component errors are ignores.

abstract String initTimeout()

Gets the initTimeout property: Initialization timeout.

abstract DaprComponentInner innerModel()

Gets the inner com.azure.resourcemanager.appcontainers.fluent.models.DaprComponentInner object.

abstract DaprSecretsCollection listSecrets()

List secrets for a dapr component.

abstract Response<DaprSecretsCollection> listSecretsWithResponse(Context context)

List secrets for a dapr component.

abstract List<DaprMetadata> metadata()

Gets the metadata property: Component metadata.

abstract String name()

Gets the name property: The name of the resource.

abstract DaprComponentProvisioningState provisioningState()

Gets the provisioningState property: Provisioning state of the Dapr Component.

abstract DaprComponent refresh()

Refreshes the resource to sync with Azure.

abstract DaprComponent 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 secretStoreComponent property: Name of a Dapr component to retrieve component secrets from.

abstract SystemData systemData()

Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

abstract String type()

Gets the type property: The type of the resource.

abstract Update update()

Begins update for the DaprComponent resource.

abstract String version()

Gets the version property: Component version.

Method Details

componentType

public abstract String componentType()

Gets the componentType property: Component type.

Returns:

the componentType value.

deploymentErrors

public abstract String deploymentErrors()

Gets the deploymentErrors property: Any errors that occurred during deployment or deployment validation.

Returns:

the deploymentErrors value.

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

ignoreErrors

public abstract Boolean ignoreErrors()

Gets the ignoreErrors property: Boolean describing if the component errors are ignores.

Returns:

the ignoreErrors value.

initTimeout

public abstract String initTimeout()

Gets the initTimeout property: Initialization timeout.

Returns:

the initTimeout value.

innerModel

public abstract DaprComponentInner innerModel()

Gets the inner com.azure.resourcemanager.appcontainers.fluent.models.DaprComponentInner object.

Returns:

the inner object.

listSecrets

public abstract DaprSecretsCollection listSecrets()

List secrets for a dapr component.

Returns:

dapr component Secrets Collection for ListSecrets Action.

listSecretsWithResponse

public abstract Response<DaprSecretsCollection> listSecretsWithResponse(Context context)

List secrets for a dapr component.

Parameters:

context - The context to associate with this operation.

Returns:

dapr component Secrets Collection for ListSecrets Action along with Response<T>.

metadata

public abstract List<DaprMetadata> metadata()

Gets the metadata property: Component metadata.

Returns:

the metadata value.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

provisioningState

public abstract DaprComponentProvisioningState provisioningState()

Gets the provisioningState property: Provisioning state of the Dapr Component.

Returns:

the provisioningState value.

refresh

public abstract DaprComponent refresh()

Refreshes the resource to sync with Azure.

Returns:

the refreshed resource.

refresh

public abstract DaprComponent refresh(Context context)

Refreshes the resource to sync with Azure.

Parameters:

context - The context to associate with this operation.

Returns:

the refreshed resource.

resourceGroupName

public abstract String resourceGroupName()

Gets the name of the resource group.

Returns:

the name of the resource group.

scopes

public abstract List<String> scopes()

Gets the scopes property: Names of container apps that can use this Dapr component.

Returns:

the scopes value.

secrets

public abstract List<Secret> secrets()

Gets the secrets property: Collection of secrets used by a Dapr component.

Returns:

the secrets value.

secretStoreComponent

public abstract String secretStoreComponent()

Gets the secretStoreComponent property: Name of a Dapr component to retrieve component secrets from.

Returns:

the secretStoreComponent value.

systemData

public abstract SystemData systemData()

Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

Returns:

the systemData value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

update

public abstract DaprComponent.Update update()

Begins update for the DaprComponent resource.

Returns:

the stage of resource update.

version

public abstract String version()

Gets the version property: Component version.

Returns:

the version value.

Applies to