StreamingLocators interface
Interface die een StreamingLocators vertegenwoordigt.
Methoden
create(string, string, string, Streaming |
Een streaming-locator maken in het Media Services-account |
delete(string, string, string, Streaming |
Hiermee verwijdert u een streaming-locator in het Media Services-account |
get(string, string, string, Streaming |
De details van een streaming-locator ophalen in het Media Services-account |
list(string, string, Streaming |
Hiermee worden de streaming-locators in het account weergegeven |
list |
Lijst met inhoudssleutels die door deze streaming-locator worden gebruikt |
list |
Lijstpaden die worden ondersteund door deze streaming-locator |
Methodedetails
create(string, string, string, StreamingLocator, StreamingLocatorsCreateOptionalParams)
Een streaming-locator maken in het Media Services-account
function create(resourceGroupName: string, accountName: string, streamingLocatorName: string, parameters: StreamingLocator, options?: StreamingLocatorsCreateOptionalParams): Promise<StreamingLocator>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep binnen het Azure-abonnement.
- accountName
-
string
De naam van het Media Services-account.
- streamingLocatorName
-
string
De naam van de streaming-locator.
- parameters
- StreamingLocator
De aanvraagparameters
De optiesparameters.
Retouren
Promise<StreamingLocator>
delete(string, string, string, StreamingLocatorsDeleteOptionalParams)
Hiermee verwijdert u een streaming-locator in het Media Services-account
function delete(resourceGroupName: string, accountName: string, streamingLocatorName: string, options?: StreamingLocatorsDeleteOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep binnen het Azure-abonnement.
- accountName
-
string
De naam van het Media Services-account.
- streamingLocatorName
-
string
De naam van de streaming-locator.
De optiesparameters.
Retouren
Promise<void>
get(string, string, string, StreamingLocatorsGetOptionalParams)
De details van een streaming-locator ophalen in het Media Services-account
function get(resourceGroupName: string, accountName: string, streamingLocatorName: string, options?: StreamingLocatorsGetOptionalParams): Promise<StreamingLocator>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep binnen het Azure-abonnement.
- accountName
-
string
De naam van het Media Services-account.
- streamingLocatorName
-
string
De naam van de streaming-locator.
De optiesparameters.
Retouren
Promise<StreamingLocator>
list(string, string, StreamingLocatorsListOptionalParams)
Hiermee worden de streaming-locators in het account weergegeven
function list(resourceGroupName: string, accountName: string, options?: StreamingLocatorsListOptionalParams): PagedAsyncIterableIterator<StreamingLocator, StreamingLocator[], PageSettings>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep binnen het Azure-abonnement.
- accountName
-
string
De naam van het Media Services-account.
De optiesparameters.
Retouren
listContentKeys(string, string, string, StreamingLocatorsListContentKeysOptionalParams)
Lijst met inhoudssleutels die door deze streaming-locator worden gebruikt
function listContentKeys(resourceGroupName: string, accountName: string, streamingLocatorName: string, options?: StreamingLocatorsListContentKeysOptionalParams): Promise<ListContentKeysResponse>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep binnen het Azure-abonnement.
- accountName
-
string
De naam van het Media Services-account.
- streamingLocatorName
-
string
De naam van de streaming-locator.
De optiesparameters.
Retouren
Promise<ListContentKeysResponse>
listPaths(string, string, string, StreamingLocatorsListPathsOptionalParams)
Lijstpaden die worden ondersteund door deze streaming-locator
function listPaths(resourceGroupName: string, accountName: string, streamingLocatorName: string, options?: StreamingLocatorsListPathsOptionalParams): Promise<ListPathsResponse>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep binnen het Azure-abonnement.
- accountName
-
string
De naam van het Media Services-account.
- streamingLocatorName
-
string
De naam van de streaming-locator.
De optiesparameters.
Retouren
Promise<ListPathsResponse>