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