JobStreamOperations Class

JobStreamOperations 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
JobStreamOperations

Constructor

JobStreamOperations(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 the job stream identified by job stream id.

list_by_job

Retrieve a list of jobs streams identified by job name.

get

Retrieve the job stream identified by job stream id.

async get(resource_group_name: str, automation_account_name: str, job_name: str, job_stream_id: str, client_request_id: Optional[str] = None, **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.

job_name
str
Required

The job name.

job_stream_id
str
Required

The job stream id.

client_request_id
str
default value: None

Identifies this specific client request.

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_job

Retrieve a list of jobs streams identified by job name.

list_by_job(resource_group_name: str, automation_account_name: str, job_name: str, filter: Optional[str] = None, client_request_id: 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.

job_name
str
Required

The job name.

filter
str
default value: None

The filter to apply on the operation.

client_request_id
str
default value: None

Identifies this specific client request.

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'>