ApmSecretKeysInner Class

  • java.lang.Object
    • com.azure.resourcemanager.appplatform.fluent.models.ApmSecretKeysInner

Implements

public final class ApmSecretKeysInner
implements JsonSerializable<ApmSecretKeysInner>

Keys of APM sensitive properties.

Constructor Summary

Constructor Description
ApmSecretKeysInner()

Creates an instance of ApmSecretKeysInner class.

Method Summary

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

Reads an instance of ApmSecretKeysInner from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<String> value()

Get the value property: Collection of the keys for the APM sensitive properties.

ApmSecretKeysInner withValue(List<String> value)

Set the value property: Collection of the keys for the APM sensitive properties.

Methods inherited from java.lang.Object

Constructor Details

ApmSecretKeysInner

public ApmSecretKeysInner()

Creates an instance of ApmSecretKeysInner class.

Method Details

fromJson

public static ApmSecretKeysInner fromJson(JsonReader jsonReader)

Reads an instance of ApmSecretKeysInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

Throws:

IOException

- If an error occurs while reading the ApmSecretKeysInner.

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 the keys for the APM sensitive properties.

Returns:

the value value.

withValue

public ApmSecretKeysInner withValue(List value)

Set the value property: Collection of the keys for the APM sensitive properties.

Parameters:

value - the value value to set.

Returns:

the ApmSecretKeysInner object itself.

Applies to