TaskHubProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.durabletask.models.TaskHubProperties

Implements

public final class TaskHubProperties
implements JsonSerializable<TaskHubProperties>

The properties of Task Hub.

Constructor Summary

Constructor Description
TaskHubProperties()

Creates an instance of TaskHubProperties class.

Method Summary

Modifier and Type Method and Description
String dashboardUrl()

Get the dashboardUrl property: URL of the durable task scheduler dashboard.

static TaskHubProperties fromJson(JsonReader jsonReader)

Reads an instance of TaskHubProperties from the JsonReader.

ProvisioningState provisioningState()

Get the provisioningState property: The status of the last operation.

JsonWriter 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:

the dashboardUrl value.

fromJson

public static TaskHubProperties fromJson(JsonReader jsonReader)

Reads an instance of TaskHubProperties from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

provisioningState

public ProvisioningState provisioningState()

Get the provisioningState property: The status of the last operation.

Returns:

the provisioningState value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to