ListPathsResponse Class
Class of response for listPaths action.
- Inheritance
-
azure.mgmt.media._serialization.ModelListPathsResponse
Constructor
ListPathsResponse(*, streaming_paths: List[_models.StreamingPath] | None = None, download_paths: List[str] | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
streaming_paths
|
Streaming Paths supported by current Streaming Locator. |
download_paths
|
Download Paths supported by current Streaming Locator. |
Variables
Name | Description |
---|---|
streaming_paths
|
Streaming Paths supported by current Streaming Locator. |
download_paths
|
Download Paths supported by current Streaming Locator. |
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python