Interface DaprSecretsCollection
-
public interface DaprSecretsCollection
An immutable client-side representation of DaprSecretsCollection.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DaprSecretsCollectionInner
innerModel()
Gets the inner com.azure.resourcemanager.appcontainers.fluent.models.DaprSecretsCollectionInner object.List<Secret>
value()
Gets the value property: Collection of secrets used by a Dapr component.
-
-
-
Method Detail
-
value
List<Secret> value()
Gets the value property: Collection of secrets used by a Dapr component.- Returns:
- the value value.
-
innerModel
DaprSecretsCollectionInner innerModel()
Gets the inner com.azure.resourcemanager.appcontainers.fluent.models.DaprSecretsCollectionInner object.- Returns:
- the inner object.
-
-