SecretsCollectionInner Class

  • java.lang.Object
    • com.azure.resourcemanager.appservice.fluent.models.SecretsCollectionInner

Implements

public final class SecretsCollectionInner
implements JsonSerializable<SecretsCollectionInner>

Container App Secrets Collection ARM resource.

Constructor Summary

Constructor Description
SecretsCollectionInner()

Creates an instance of SecretsCollectionInner class.

Method Summary

Modifier and Type Method and Description
static SecretsCollectionInner fromJson(JsonReader jsonReader)

Reads an instance of SecretsCollectionInner from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<ContainerAppSecret> value()

Get the value property: Collection of resources.

SecretsCollectionInner 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:

jsonReader - The JsonReader being read.

Returns:

An instance of SecretsCollectionInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: Collection of resources.

Returns:

the value value.

withValue

public SecretsCollectionInner withValue(List value)

Set the value property: Collection of resources.

Parameters:

value - the value value to set.

Returns:

the SecretsCollectionInner object itself.

Applies to