Share via


DaprSecretsCollection Interface

public interface DaprSecretsCollection

An immutable client-side representation of DaprSecretsCollection.

Method Summary

Modifier and Type Method and Description
abstract DaprSecretsCollectionInner innerModel()

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

abstract List<DaprSecret> value()

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

Method Details

innerModel

public abstract DaprSecretsCollectionInner innerModel()

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

Returns:

the inner object.

value

public abstract List<DaprSecret> value()

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

Returns:

the value value.

Applies to