DevToolPortalInstance Class
- java.
lang. Object - com.
azure. resourcemanager. appplatform. models. DevToolPortalInstance
- com.
Implements
public final class DevToolPortalInstance
implements JsonSerializable<DevToolPortalInstance>
Collection of instances belong to the Dev Tool Portal.
Constructor Summary
Constructor | Description |
---|---|
DevToolPortalInstance() |
Creates an instance of Dev |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Dev |
fromJson(JsonReader jsonReader)
Reads an instance of Dev |
String |
name()
Get the name property: Name of the Dev Tool Portal instance. |
String |
status()
Get the status property: Status of the Dev Tool Portal instance. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
DevToolPortalInstance
public DevToolPortalInstance()
Creates an instance of DevToolPortalInstance class.
Method Details
fromJson
public static DevToolPortalInstance fromJson(JsonReader jsonReader)
Reads an instance of DevToolPortalInstance from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: Name of the Dev Tool Portal instance.
Returns:
status
public String status()
Get the status property: Status of the Dev Tool Portal instance. It can be Pending, Running, Succeeded, Failed, Unknown.
Returns:
toJson
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java