ApplicationLiveViewComponent Class

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

Implements

public final class ApplicationLiveViewComponent
implements JsonSerializable<ApplicationLiveViewComponent>

Application Live View properties payload.

Constructor Summary

Constructor Description
ApplicationLiveViewComponent()

Creates an instance of ApplicationLiveViewComponent class.

Method Summary

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

Reads an instance of ApplicationLiveViewComponent from the JsonReader.

List<ApplicationLiveViewInstance> instances()

Get the instances property: Collection of instances belong to Application Live View.

Object name()

Get the name property: Name of the component.

ApplicationLiveViewResourceRequests resourceRequests()

Get the resourceRequests property: The requested resource quantity for required CPU and Memory.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

ApplicationLiveViewComponent

public ApplicationLiveViewComponent()

Creates an instance of ApplicationLiveViewComponent class.

Method Details

fromJson

public static ApplicationLiveViewComponent fromJson(JsonReader jsonReader)

Reads an instance of ApplicationLiveViewComponent from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

instances

public List instances()

Get the instances property: Collection of instances belong to Application Live View.

Returns:

the instances value.

name

public Object name()

Get the name property: Name of the component.

Returns:

the name value.

resourceRequests

public ApplicationLiveViewResourceRequests resourceRequests()

Get the resourceRequests property: The requested resource quantity for required CPU and Memory.

Returns:

the resourceRequests value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to