StreamingLocators interface
Interface représentant un StreamingLocators.
Méthodes
create(string, string, string, Streaming |
Créer un localisateur de streaming dans le compte Media Services |
delete(string, string, string, Streaming |
Supprime un localisateur de streaming dans le compte Media Services |
get(string, string, string, Streaming |
Obtenir les détails d’un localisateur de streaming dans le compte Media Services |
list(string, string, Streaming |
Répertorie les localisateurs de streaming dans le compte |
list |
Répertorier les clés de contenu utilisées par ce localisateur de streaming |
list |
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
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.
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.
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.
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.
Paramètres d’options.
Retours
Promise<ListContentKeysResponse>
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.
Paramètres d’options.
Retours
Promise<ListPathsResponse>