StreamingPoliciesOperations Class
Warning
DO NOT instantiate this class directly.
Instead, you should access the following operations through
<xref:streaming_policies> attribute.
- Inheritance
-
builtins.objectStreamingPoliciesOperations
Constructor
StreamingPoliciesOperations(*args, **kwargs)
Methods
| create |
Create a Streaming Policy. Create a Streaming Policy in the Media Services account. |
| delete |
Delete a Streaming Policy. Deletes a Streaming Policy in the Media Services account. |
| get |
Get a Streaming Policy. Get the details of a Streaming Policy in the Media Services account. |
| list |
List Streaming Policies. Lists the Streaming Policies in the account. |
create
Create a Streaming Policy.
Create a Streaming Policy in the Media Services account.
async create(resource_group_name: str, account_name: str, streaming_policy_name: str, parameters: azure.mgmt.media.models._models_py3.StreamingPolicy, **kwargs: Any) -> azure.mgmt.media.models._models_py3.StreamingPolicy
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
StreamingPolicy, or the result of cls(response)
Return type
Exceptions
delete
Delete a Streaming Policy.
Deletes a Streaming Policy in the Media Services account.
async delete(resource_group_name: str, account_name: str, streaming_policy_name: str, **kwargs: Any) -> None
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
None, or the result of cls(response)
Return type
Exceptions
get
Get a Streaming Policy.
Get the details of a Streaming Policy in the Media Services account.
async get(resource_group_name: str, account_name: str, streaming_policy_name: str, **kwargs: Any) -> azure.mgmt.media.models._models_py3.StreamingPolicy
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
StreamingPolicy, or the result of cls(response)
Return type
Exceptions
list
List Streaming Policies.
Lists the Streaming Policies in the account.
list(resource_group_name: str, account_name: str, filter: Optional[str] = None, top: Optional[int] = None, orderby: Optional[str] = None, **kwargs: Any) -> AsyncIterable[azure.mgmt.media.models._models_py3.StreamingPolicyCollection]
Parameters
- top
- int
Specifies a non-negative integer n that limits the number of items returned from a collection. The service returns the number of available items up to but not greater than the specified value n. Default value is None.
- orderby
- str
Specifies the key by which the result collection should be ordered. Default value is None.
- cls
- callable
A custom type or function that will be passed the direct response
Returns
An iterator like instance of either StreamingPolicyCollection or the result of cls(response)
Return type
Exceptions
Attributes
models
models = <module 'azure.mgmt.media.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.9.13\\x64\\lib\\site-packages\\azure\\mgmt\\media\\models\\__init__.py'>
Feedback
Submit and view feedback for