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. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python