ApmSecretKeysInner Class

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

public final class 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
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

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