SecretsCollectionInner Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. fluent. models. SecretsCollectionInner
- com.
Implements
public final class SecretsCollectionInner
implements JsonSerializable<SecretsCollectionInner>
Container App Secrets Collection ARM resource.
Constructor Summary
Constructor | Description |
---|---|
SecretsCollectionInner() |
Creates an instance of Secrets |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Secrets |
fromJson(JsonReader jsonReader)
Reads an instance of Secrets |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
List<Container |
value()
Get the value property: Collection of resources. |
Secrets |
withValue(List<ContainerAppSecret> value)
Set the value property: Collection of resources. |
Methods inherited from java.lang.Object
Constructor Details
SecretsCollectionInner
public SecretsCollectionInner()
Creates an instance of SecretsCollectionInner class.
Method Details
fromJson
public static SecretsCollectionInner fromJson(JsonReader jsonReader)
Reads an instance of SecretsCollectionInner from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
value
public List
Get the value property: Collection of resources.
Returns:
withValue
public SecretsCollectionInner withValue(List
Set the value property: Collection of resources.
Parameters:
Returns:
Applies to
Azure SDK for Java