TaskHubProperties Class
- java.
lang. Object - com.
azure. resourcemanager. durabletask. models. TaskHubProperties
- com.
Implements
public final class TaskHubProperties
implements JsonSerializable<TaskHubProperties>
The properties of Task Hub.
Constructor Summary
| Constructor | Description |
|---|---|
| TaskHubProperties() |
Creates an instance of Task |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
dashboardUrl()
Get the dashboard |
|
static
Task |
fromJson(JsonReader jsonReader)
Reads an instance of Task |
|
Provisioning |
provisioningState()
Get the provisioning |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
TaskHubProperties
public TaskHubProperties()
Creates an instance of TaskHubProperties class.
Method Details
dashboardUrl
public String dashboardUrl()
Get the dashboardUrl property: URL of the durable task scheduler dashboard.
Returns:
fromJson
public static TaskHubProperties fromJson(JsonReader jsonReader)
Reads an instance of TaskHubProperties from the JsonReader.
Parameters:
Returns:
Throws:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The status of the last operation.
Returns: