DevToolPortalComponent Class
- java.
lang. Object - com.
azure. resourcemanager. appplatform. models. DevToolPortalComponent
- com.
Implements
public final class DevToolPortalComponent
implements JsonSerializable<DevToolPortalComponent>
The DevToolPortalComponent model.
Constructor Summary
Constructor | Description |
---|---|
DevToolPortalComponent() |
Creates an instance of Dev |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Dev |
fromJson(JsonReader jsonReader)
Reads an instance of Dev |
List<Dev |
instances()
Get the instances property: Collection of instances belong to Dev Tool Portal. |
String |
name()
Get the name property: The name property. |
Dev |
resourceRequests()
Get the resource |
Json |
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:
Returns:
Throws:
instances
public List
Get the instances property: Collection of instances belong to Dev Tool Portal.
Returns:
name
public String name()
Get the name property: The name property.
Returns:
resourceRequests
public DevToolPortalResourceRequests resourceRequests()
Get the resourceRequests property: The requested resource quantity for required CPU and Memory.
Returns:
toJson
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java