DaprSecretsCollectionInner Class
- java.
lang. Object - com.
azure. resourcemanager. appcontainers. fluent. models. DaprSecretsCollectionInner
- com.
Implements
public final class DaprSecretsCollectionInner
implements JsonSerializable<DaprSecretsCollectionInner>
Dapr component Secrets Collection for ListSecrets Action.
Constructor Summary
| Constructor | Description |
|---|---|
| DaprSecretsCollectionInner() |
Creates an instance of Dapr |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Dapr |
fromJson(JsonReader jsonReader)
Reads an instance of Dapr |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Dapr |
value()
Get the value property: Collection of secrets used by a Dapr component. |
|
Dapr |
withValue(List<DaprSecret> value)
Set the value property: Collection of secrets used by a Dapr component. |
Methods inherited from java.lang.Object
Constructor Details
DaprSecretsCollectionInner
public DaprSecretsCollectionInner()
Creates an instance of DaprSecretsCollectionInner class.
Method Details
fromJson
public static DaprSecretsCollectionInner fromJson(JsonReader jsonReader)
Reads an instance of DaprSecretsCollectionInner from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
value
public List<DaprSecret> value()
Get the value property: Collection of secrets used by a Dapr component.
Returns:
withValue
public DaprSecretsCollectionInner withValue(List<DaprSecret> value)
Set the value property: Collection of secrets used by a Dapr component.
Parameters:
Returns: