Condividi tramite


StreamingLocators interface

Interfaccia che rappresenta un oggetto StreamingLocators.

Metodi

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

Creare un localizzatore di streaming nell'account di Servizi multimediali

delete(string, string, string, StreamingLocatorsDeleteOptionalParams)

Elimina un localizzatore di streaming nell'account di Servizi multimediali

get(string, string, string, StreamingLocatorsGetOptionalParams)

Ottenere i dettagli di un localizzatore di streaming nell'account di Servizi multimediali

list(string, string, StreamingLocatorsListOptionalParams)

Elenca i localizzatori di streaming nell'account

listContentKeys(string, string, string, StreamingLocatorsListContentKeysOptionalParams)

Elencare le chiavi di contenuto usate da questo localizzatore di streaming

listPaths(string, string, string, StreamingLocatorsListPathsOptionalParams)

Elencare i percorsi supportati da questo localizzatore di streaming

Dettagli metodo

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

Creare un localizzatore di streaming nell'account di Servizi multimediali

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse all'interno della sottoscrizione di Azure.

accountName

string

Nome dell'account di Servizi multimediali.

streamingLocatorName

string

Nome del localizzatore di streaming.

parameters
StreamingLocator

Parametri della richiesta

options
StreamingLocatorsCreateOptionalParams

Parametri delle opzioni.

Restituisce

Promise<StreamingLocator>

delete(string, string, string, StreamingLocatorsDeleteOptionalParams)

Elimina un localizzatore di streaming nell'account di Servizi multimediali

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse all'interno della sottoscrizione di Azure.

accountName

string

Nome dell'account di Servizi multimediali.

streamingLocatorName

string

Nome del localizzatore di streaming.

options
StreamingLocatorsDeleteOptionalParams

Parametri delle opzioni.

Restituisce

Promise<void>

get(string, string, string, StreamingLocatorsGetOptionalParams)

Ottenere i dettagli di un localizzatore di streaming nell'account di Servizi multimediali

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse all'interno della sottoscrizione di Azure.

accountName

string

Nome dell'account di Servizi multimediali.

streamingLocatorName

string

Nome del localizzatore di streaming.

options
StreamingLocatorsGetOptionalParams

Parametri delle opzioni.

Restituisce

Promise<StreamingLocator>

list(string, string, StreamingLocatorsListOptionalParams)

Elenca i localizzatori di streaming nell'account

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse all'interno della sottoscrizione di Azure.

accountName

string

Nome dell'account di Servizi multimediali.

options
StreamingLocatorsListOptionalParams

Parametri delle opzioni.

Restituisce

listContentKeys(string, string, string, StreamingLocatorsListContentKeysOptionalParams)

Elencare le chiavi di contenuto usate da questo localizzatore di streaming

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse all'interno della sottoscrizione di Azure.

accountName

string

Nome dell'account di Servizi multimediali.

streamingLocatorName

string

Nome del localizzatore di streaming.

options
StreamingLocatorsListContentKeysOptionalParams

Parametri delle opzioni.

Restituisce

listPaths(string, string, string, StreamingLocatorsListPathsOptionalParams)

Elencare i percorsi supportati da questo localizzatore di streaming

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse all'interno della sottoscrizione di Azure.

accountName

string

Nome dell'account di Servizi multimediali.

streamingLocatorName

string

Nome del localizzatore di streaming.

options
StreamingLocatorsListPathsOptionalParams

Parametri delle opzioni.

Restituisce