DevToolPortalComponent Class

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

Implements

public final class DevToolPortalComponent
implements JsonSerializable<DevToolPortalComponent>

The DevToolPortalComponent model.

Constructor Summary

Constructor Description
DevToolPortalComponent()

Creates an instance of DevToolPortalComponent class.

Method Summary

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

Reads an instance of DevToolPortalComponent from the JsonReader.

List<DevToolPortalInstance> instances()

Get the instances property: Collection of instances belong to Dev Tool Portal.

String name()

Get the name property: The name property.

DevToolPortalResourceRequests 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

DevToolPortalComponent

public DevToolPortalComponent()

Creates an instance of DevToolPortalComponent class.

Method Details

fromJson

public static DevToolPortalComponent fromJson(JsonReader jsonReader)

Reads an instance of DevToolPortalComponent from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

instances

public List instances()

Get the instances property: Collection of instances belong to Dev Tool Portal.

Returns:

the instances value.

name

public String name()

Get the name property: The name property.

Returns:

the name value.

resourceRequests

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