Partager via


StreamingLocators interface

Interface représentant un StreamingLocators.

Méthodes

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

Créer un localisateur de streaming dans le compte Media Services

delete(string, string, string, StreamingLocatorsDeleteOptionalParams)

Supprime un localisateur de streaming dans le compte Media Services

get(string, string, string, StreamingLocatorsGetOptionalParams)

Obtenir les détails d’un localisateur de streaming dans le compte Media Services

list(string, string, StreamingLocatorsListOptionalParams)

Répertorie les localisateurs de streaming dans le compte

listContentKeys(string, string, string, StreamingLocatorsListContentKeysOptionalParams)

Répertorier les clés de contenu utilisées par ce localisateur de streaming

listPaths(string, string, string, StreamingLocatorsListPathsOptionalParams)

Répertorier les chemins d’accès pris en charge par ce localisateur de streaming

Détails de la méthode

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

Créer un localisateur de streaming dans le compte Media Services

function create(resourceGroupName: string, accountName: string, streamingLocatorName: string, parameters: StreamingLocator, options?: StreamingLocatorsCreateOptionalParams): Promise<StreamingLocator>

Paramètres

resourceGroupName

string

Nom du groupe de ressources dans l’abonnement Azure.

accountName

string

Nom du compte Media Services.

streamingLocatorName

string

Nom du localisateur de streaming.

parameters
StreamingLocator

Paramètres de la requête

options
StreamingLocatorsCreateOptionalParams

Paramètres d’options.

Retours

Promise<StreamingLocator>

delete(string, string, string, StreamingLocatorsDeleteOptionalParams)

Supprime un localisateur de streaming dans le compte Media Services

function delete(resourceGroupName: string, accountName: string, streamingLocatorName: string, options?: StreamingLocatorsDeleteOptionalParams): Promise<void>

Paramètres

resourceGroupName

string

Nom du groupe de ressources dans l’abonnement Azure.

accountName

string

Nom du compte Media Services.

streamingLocatorName

string

Nom du localisateur de streaming.

options
StreamingLocatorsDeleteOptionalParams

Paramètres d’options.

Retours

Promise<void>

get(string, string, string, StreamingLocatorsGetOptionalParams)

Obtenir les détails d’un localisateur de streaming dans le compte Media Services

function get(resourceGroupName: string, accountName: string, streamingLocatorName: string, options?: StreamingLocatorsGetOptionalParams): Promise<StreamingLocator>

Paramètres

resourceGroupName

string

Nom du groupe de ressources dans l’abonnement Azure.

accountName

string

Nom du compte Media Services.

streamingLocatorName

string

Nom du localisateur de streaming.

options
StreamingLocatorsGetOptionalParams

Paramètres d’options.

Retours

Promise<StreamingLocator>

list(string, string, StreamingLocatorsListOptionalParams)

Répertorie les localisateurs de streaming dans le compte

function list(resourceGroupName: string, accountName: string, options?: StreamingLocatorsListOptionalParams): PagedAsyncIterableIterator<StreamingLocator, StreamingLocator[], PageSettings>

Paramètres

resourceGroupName

string

Nom du groupe de ressources dans l’abonnement Azure.

accountName

string

Nom du compte Media Services.

options
StreamingLocatorsListOptionalParams

Paramètres d’options.

Retours

listContentKeys(string, string, string, StreamingLocatorsListContentKeysOptionalParams)

Répertorier les clés de contenu utilisées par ce localisateur de streaming

function listContentKeys(resourceGroupName: string, accountName: string, streamingLocatorName: string, options?: StreamingLocatorsListContentKeysOptionalParams): Promise<ListContentKeysResponse>

Paramètres

resourceGroupName

string

Nom du groupe de ressources dans l’abonnement Azure.

accountName

string

Nom du compte Media Services.

streamingLocatorName

string

Nom du localisateur de streaming.

options
StreamingLocatorsListContentKeysOptionalParams

Paramètres d’options.

Retours

listPaths(string, string, string, StreamingLocatorsListPathsOptionalParams)

Répertorier les chemins d’accès pris en charge par ce localisateur de streaming

function listPaths(resourceGroupName: string, accountName: string, streamingLocatorName: string, options?: StreamingLocatorsListPathsOptionalParams): Promise<ListPathsResponse>

Paramètres

resourceGroupName

string

Nom du groupe de ressources dans l’abonnement Azure.

accountName

string

Nom du compte Media Services.

streamingLocatorName

string

Nom du localisateur de streaming.

options
StreamingLocatorsListPathsOptionalParams

Paramètres d’options.

Retours