JobStreamOperations Class
JobStreamOperations 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.objectJobStreamOperations
Constructor
JobStreamOperations(client, config, serializer, deserializer)
Parameters
- client
Client for service requests.
- config
Configuration of service client.
- serializer
An object model serializer.
- deserializer
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.
get(resource_group_name: str, automation_account_name: str, job_name: str, job_stream_id: str, client_request_id: Optional[str] = None, **kwargs: Any) -> _models.JobStream
Parameters
- 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: Any) -> Iterable[_models.JobStreamListResult]
Parameters
- 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'>
Feedback
Submit and view feedback for