StreamingEndpoint Class
The streaming endpoint.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.media.models._models_py3.TrackedResourceStreamingEndpoint
Constructor
StreamingEndpoint(*, location: str, tags: Dict[str, str] | None = None, sku: _models.ArmStreamingEndpointCurrentSku | None = None, description: str | None = None, scale_units: int | None = None, availability_set_name: str | None = None, access_control: _models.StreamingEndpointAccessControl | None = None, max_cache_age: int | None = None, custom_host_names: List[str] | None = None, cdn_enabled: bool | None = None, cdn_provider: str | None = None, cdn_profile: str | None = None, cross_site_access_policies: _models.CrossSiteAccessPolicies | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
tags
|
Resource tags. |
location
|
The geo-location where the resource lives. Required. |
sku
|
The streaming endpoint sku. |
description
|
The streaming endpoint description. |
scale_units
|
The number of scale units. Use the Scale operation to adjust this value. |
availability_set_name
|
This feature is deprecated, do not set a value for this property. |
access_control
|
The access control definition of the streaming endpoint. |
max_cache_age
|
Max cache age. |
custom_host_names
|
The custom host names of the streaming endpoint. |
cdn_enabled
|
The CDN enabled flag. |
cdn_provider
|
The CDN provider name. |
cdn_profile
|
The CDN profile name. |
cross_site_access_policies
|
The streaming endpoint access policies. |
Variables
Name | Description |
---|---|
id
|
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. |
name
|
The name of the resource. |
type
|
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". |
tags
|
Resource tags. |
location
|
The geo-location where the resource lives. Required. |
system_data
|
The system metadata relating to this resource. |
sku
|
The streaming endpoint sku. |
description
|
The streaming endpoint description. |
scale_units
|
The number of scale units. Use the Scale operation to adjust this value. |
availability_set_name
|
This feature is deprecated, do not set a value for this property. |
access_control
|
The access control definition of the streaming endpoint. |
max_cache_age
|
Max cache age. |
custom_host_names
|
The custom host names of the streaming endpoint. |
host_name
|
The streaming endpoint host name. |
cdn_enabled
|
The CDN enabled flag. |
cdn_provider
|
The CDN provider name. |
cdn_profile
|
The CDN profile name. |
provisioning_state
|
The provisioning state of the streaming endpoint. |
resource_state
|
The resource state of the streaming endpoint. Known values are: "Stopped", "Starting", "Running", "Stopping", "Deleting", and "Scaling". |
cross_site_access_policies
|
The streaming endpoint access policies. |
free_trial_end_time
|
The free trial expiration time. |
created
|
The exact time the streaming endpoint was created. |
last_modified
|
The exact time the streaming endpoint was last modified. |
Azure SDK for Python