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