ApmSecretKeysInner Class
- java.
lang. Object - com.
azure. resourcemanager. appplatform. fluent. models. ApmSecretKeysInner
- com.
Implements
public final class ApmSecretKeysInner
implements JsonSerializable<ApmSecretKeysInner>
Keys of APM sensitive properties.
Constructor Summary
Constructor | Description |
---|---|
ApmSecretKeysInner() |
Creates an instance of Apm |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Apm |
fromJson(JsonReader jsonReader)
Reads an instance of Apm |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
List<String> |
value()
Get the value property: Collection of the keys for the APM sensitive properties. |
Apm |
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:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
value
public List
Get the value property: Collection of the keys for the APM sensitive properties.
Returns:
withValue
public ApmSecretKeysInner withValue(List
Set the value property: Collection of the keys for the APM sensitive properties.
Parameters:
Returns:
Applies to
Azure SDK for Java