ResolvedConfigurationInner Class

  • java.lang.Object
    • com.azure.resourcemanager.workloadorchestration.fluent.models.ResolvedConfigurationInner

Implements

public final class ResolvedConfigurationInner
implements JsonSerializable<ResolvedConfigurationInner>

Resolved Configuration.

Method Summary

Modifier and Type Method and Description
String configuration()

Get the configuration property: Resolved Configuration as string.

static ResolvedConfigurationInner fromJson(JsonReader jsonReader)

Reads an instance of ResolvedConfigurationInner from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Method Details

configuration

public String configuration()

Get the configuration property: Resolved Configuration as string.

Returns:

the configuration value.

fromJson

public static ResolvedConfigurationInner fromJson(JsonReader jsonReader)

Reads an instance of ResolvedConfigurationInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ResolvedConfigurationInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to