TestJobStreamsOperations Class

TestJobStreamsOperations async operations.

You should not instantiate this class directly. Instead, you should create a Client instance that instantiates it for you and attaches it as an attribute.

Inheritance
builtins.object
TestJobStreamsOperations

Constructor

TestJobStreamsOperations(client, config, serializer, deserializer)

Parameters

client
Required

Client for service requests.

config
Required

Configuration of service client.

serializer
Required

An object model serializer.

deserializer
Required

An object model deserializer.

Variables

models

Alias to model classes used in this operation group.

Methods

get

Retrieve a test job stream of the test job identified by runbook name and stream id.

list_by_test_job

Retrieve a list of test job streams identified by runbook name.

get

Retrieve a test job stream of the test job identified by runbook name and stream id.

async get(resource_group_name: str, automation_account_name: str, runbook_name: str, job_stream_id: str, **kwargs) -> azure.mgmt.automation.models._models_py3.JobStream

Parameters

resource_group_name
str
Required

Name of an Azure Resource group.

automation_account_name
str
Required

The name of the automation account.

runbook_name
str
Required

The runbook name.

job_stream_id
str
Required

The job stream id.

cls
callable

A custom type or function that will be passed the direct response

Returns

JobStream, or the result of cls(response)

Return type

Exceptions

list_by_test_job

Retrieve a list of test job streams identified by runbook name.

list_by_test_job(resource_group_name: str, automation_account_name: str, runbook_name: str, filter: Optional[str] = None, **kwargs) -> AsyncIterable[azure.mgmt.automation.models._models_py3.JobStreamListResult]

Parameters

resource_group_name
str
Required

Name of an Azure Resource group.

automation_account_name
str
Required

The name of the automation account.

runbook_name
str
Required

The runbook name.

filter
str
default value: None

The filter to apply on the operation.

cls
callable

A custom type or function that will be passed the direct response

Returns

An iterator like instance of either JobStreamListResult or the result of cls(response)

Return type

Exceptions

Attributes

models

models = <module 'azure.mgmt.automation.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.9.13\\x64\\lib\\site-packages\\azure\\mgmt\\automation\\models\\__init__.py'>