GloballyEnabledApmsInner Class

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

Implements

public final class GloballyEnabledApmsInner
implements JsonSerializable<GloballyEnabledApmsInner>

Globally enabled APMs payload.

Constructor Summary

Constructor Description
GloballyEnabledApmsInner()

Creates an instance of GloballyEnabledApmsInner class.

Method Summary

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

Reads an instance of GloballyEnabledApmsInner from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
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

fromJson

public static GloballyEnabledApmsInner fromJson(JsonReader jsonReader)

Reads an instance of GloballyEnabledApmsInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of GloballyEnabledApmsInner 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 GloballyEnabledApmsInner.

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