ArmDurableTaskModelFactory.DurableTaskHubProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The properties of Task Hub.
public static Azure.ResourceManager.DurableTask.Models.DurableTaskHubProperties DurableTaskHubProperties(Azure.ResourceManager.DurableTask.Models.DurableTaskProvisioningState? provisioningState = default, Uri dashboardUri = default);
static member DurableTaskHubProperties : Nullable<Azure.ResourceManager.DurableTask.Models.DurableTaskProvisioningState> * Uri -> Azure.ResourceManager.DurableTask.Models.DurableTaskHubProperties
Public Shared Function DurableTaskHubProperties (Optional provisioningState As Nullable(Of DurableTaskProvisioningState) = Nothing, Optional dashboardUri As Uri = Nothing) As DurableTaskHubProperties
Parameters
- provisioningState
- Nullable<DurableTaskProvisioningState>
The status of the last operation.
- dashboardUri
- Uri
URL of the durable task scheduler dashboard.
Returns
A new DurableTaskHubProperties instance for mocking.