DaprSecretsCollection Interface
public interface DaprSecretsCollection
An immutable client-side representation of DaprSecretsCollection.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Dapr |
innerModel()
Gets the inner com. |
|
abstract
List<Dapr |
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:
value
public abstract List<DaprSecret> value()
Gets the value property: Collection of secrets used by a Dapr component.
Returns: