Class DaprSecretsCollectionInner
- java.lang.Object
-
- com.azure.resourcemanager.appcontainers.fluent.models.DaprSecretsCollectionInner
-
public final class DaprSecretsCollectionInner extends Object
Dapr component Secrets Collection ARM resource.
-
-
Constructor Summary
Constructors Constructor Description DaprSecretsCollectionInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
validate()
Validates the instance.List<Secret>
value()
Get the value property: Collection of secrets used by a Dapr component.DaprSecretsCollectionInner
withValue(List<Secret> value)
Set the value property: Collection of secrets used by a Dapr component.
-
-
-
Method Detail
-
value
public List<Secret> value()
Get the value property: Collection of secrets used by a Dapr component.- Returns:
- the value value.
-
withValue
public DaprSecretsCollectionInner withValue(List<Secret> value)
Set the value property: Collection of secrets used by a Dapr component.- Parameters:
value
- the value value to set.- Returns:
- the DaprSecretsCollectionInner object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-