GloballyEnabledApmsInner Class

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

public final class GloballyEnabledApmsInner

Globally enabled APMs payload.

Constructor Summary

Constructor Description
GloballyEnabledApmsInner()

Creates an instance of GloballyEnabledApmsInner class.

Method Summary

Modifier and Type Method and Description
void validate()

Validates the instance.

List<String> value()

Get the value property: Collection of the globally enabled APMs.

GloballyEnabledApmsInner withValue(List<String> value)

Set the value property: Collection of the globally enabled APMs.

Methods inherited from java.lang.Object

Constructor Details

GloballyEnabledApmsInner

public GloballyEnabledApmsInner()

Creates an instance of GloballyEnabledApmsInner class.

Method Details

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: Collection of the globally enabled APMs.

Returns:

the value value.

withValue

public GloballyEnabledApmsInner withValue(List value)

Set the value property: Collection of the globally enabled APMs.

Parameters:

value - the value value to set.

Returns:

the GloballyEnabledApmsInner object itself.

Applies to