RpcManagementOptions Class

Class used to collect the options for getting orchestration status.

Constructor

RpcManagementOptions(instance_id: str = None, task_hub_name: str = None, connection_name: str = None, show_history: bool = None, show_history_output: bool = None, created_time_from: datetime = None, created_time_to: datetime = None, runtime_status: List[OrchestrationRuntimeStatus] = None, show_input: bool = None, operation_name: str = None, entity_Id: EntityId = None)

Parameters

Name Description
instance_id
Default value: None
task_hub_name
Default value: None
connection_name
Default value: None
show_history
Default value: None
show_history_output
Default value: None
created_time_from
Default value: None
created_time_to
Default value: None
runtime_status
Default value: None
show_input
Default value: None
operation_name
Default value: None
entity_Id
Default value: None

Methods

to_url

Get the url based on the options selected.

to_url

Get the url based on the options selected.

to_url(base_url: str | None) -> str

Parameters

Name Description
base_url
Required
str

The base url to prepend to the url path

Returns

Type Description
str

The Url used to get orchestration status information

Exceptions

Type Description

When the base_url argument is None