Delen via


StreamingLocators interface

Interface die een StreamingLocators vertegenwoordigt.

Methoden

create(string, string, string, StreamingLocator, StreamingLocatorsCreateOptionalParams)

Een streaming-locator maken in het Media Services-account

delete(string, string, string, StreamingLocatorsDeleteOptionalParams)

Hiermee verwijdert u een streaming-locator in het Media Services-account

get(string, string, string, StreamingLocatorsGetOptionalParams)

De details van een streaming-locator ophalen in het Media Services-account

list(string, string, StreamingLocatorsListOptionalParams)

Hiermee worden de streaming-locators in het account weergegeven

listContentKeys(string, string, string, StreamingLocatorsListContentKeysOptionalParams)

Lijst met inhoudssleutels die door deze streaming-locator worden gebruikt

listPaths(string, string, string, StreamingLocatorsListPathsOptionalParams)

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

options
StreamingLocatorsCreateOptionalParams

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.

options
StreamingLocatorsDeleteOptionalParams

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.

options
StreamingLocatorsGetOptionalParams

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.

options
StreamingLocatorsListOptionalParams

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.

options
StreamingLocatorsListContentKeysOptionalParams

De optiesparameters.

Retouren

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.

options
StreamingLocatorsListPathsOptionalParams

De optiesparameters.

Retouren