ApplicationLiveViewProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.appplatform.models.ApplicationLiveViewProperties

Implements

public final class ApplicationLiveViewProperties
implements JsonSerializable<ApplicationLiveViewProperties>

Application Live View properties payload.

Constructor Summary

Constructor Description
ApplicationLiveViewProperties()

Creates an instance of ApplicationLiveViewProperties class.

Method Summary

Modifier and Type Method and Description
List<ApplicationLiveViewComponent> components()

Get the components property: Component details of Application Live View.

static ApplicationLiveViewProperties fromJson(JsonReader jsonReader)

Reads an instance of ApplicationLiveViewProperties from the JsonReader.

ApplicationLiveViewProvisioningState provisioningState()

Get the provisioningState property: State of the Application Live View.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

ApplicationLiveViewProperties

public ApplicationLiveViewProperties()

Creates an instance of ApplicationLiveViewProperties class.

Method Details

components

public List components()

Get the components property: Component details of Application Live View.

Returns:

the components value.

fromJson

public static ApplicationLiveViewProperties fromJson(JsonReader jsonReader)

Reads an instance of ApplicationLiveViewProperties from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

provisioningState

public ApplicationLiveViewProvisioningState provisioningState()

Get the provisioningState property: State of the Application Live View.

Returns:

the provisioningState value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to