StreamingLocators interface
StreamingLocators を表すインターフェイス。
メソッド
create(string, string, string, Streaming |
Media Services アカウントでストリーミング ロケーターを作成する |
delete(string, string, string, Streaming |
Media Services アカウントのストリーミング ロケーターを削除します |
get(string, string, string, Streaming |
Media Services アカウントでストリーミング ロケーターの詳細を取得する |
list(string, string, Streaming |
アカウント内のストリーミング ロケーターを一覧表示します |
list |
このストリーミング ロケーターで使用されるコンテンツ キーを一覧表示する |
list |
このストリーミング ロケーターでサポートされているパスの一覧表示 |
メソッドの詳細
create(string, string, string, StreamingLocator, StreamingLocatorsCreateOptionalParams)
Media Services アカウントでストリーミング ロケーターを作成する
function create(resourceGroupName: string, accountName: string, streamingLocatorName: string, parameters: StreamingLocator, options?: StreamingLocatorsCreateOptionalParams): Promise<StreamingLocator>
パラメーター
- resourceGroupName
-
string
Azure サブスクリプション内のリソース グループの名前。
- accountName
-
string
Media Services アカウント名。
- streamingLocatorName
-
string
ストリーミング ロケーター名。
- parameters
- StreamingLocator
要求パラメーター
options パラメーター。
戻り値
Promise<StreamingLocator>
delete(string, string, string, StreamingLocatorsDeleteOptionalParams)
Media Services アカウントのストリーミング ロケーターを削除します
function delete(resourceGroupName: string, accountName: string, streamingLocatorName: string, options?: StreamingLocatorsDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
Azure サブスクリプション内のリソース グループの名前。
- accountName
-
string
Media Services アカウント名。
- streamingLocatorName
-
string
ストリーミング ロケーター名。
options パラメーター。
戻り値
Promise<void>
get(string, string, string, StreamingLocatorsGetOptionalParams)
Media Services アカウントでストリーミング ロケーターの詳細を取得する
function get(resourceGroupName: string, accountName: string, streamingLocatorName: string, options?: StreamingLocatorsGetOptionalParams): Promise<StreamingLocator>
パラメーター
- resourceGroupName
-
string
Azure サブスクリプション内のリソース グループの名前。
- accountName
-
string
Media Services アカウント名。
- streamingLocatorName
-
string
ストリーミング ロケーター名。
options パラメーター。
戻り値
Promise<StreamingLocator>
list(string, string, StreamingLocatorsListOptionalParams)
アカウント内のストリーミング ロケーターを一覧表示します
function list(resourceGroupName: string, accountName: string, options?: StreamingLocatorsListOptionalParams): PagedAsyncIterableIterator<StreamingLocator, StreamingLocator[], PageSettings>
パラメーター
- resourceGroupName
-
string
Azure サブスクリプション内のリソース グループの名前。
- accountName
-
string
Media Services アカウント名。
options パラメーター。
戻り値
listContentKeys(string, string, string, StreamingLocatorsListContentKeysOptionalParams)
このストリーミング ロケーターで使用されるコンテンツ キーを一覧表示する
function listContentKeys(resourceGroupName: string, accountName: string, streamingLocatorName: string, options?: StreamingLocatorsListContentKeysOptionalParams): Promise<ListContentKeysResponse>
パラメーター
- resourceGroupName
-
string
Azure サブスクリプション内のリソース グループの名前。
- accountName
-
string
Media Services アカウント名。
- streamingLocatorName
-
string
ストリーミング ロケーター名。
options パラメーター。
戻り値
Promise<ListContentKeysResponse>
listPaths(string, string, string, StreamingLocatorsListPathsOptionalParams)
このストリーミング ロケーターでサポートされているパスの一覧表示
function listPaths(resourceGroupName: string, accountName: string, streamingLocatorName: string, options?: StreamingLocatorsListPathsOptionalParams): Promise<ListPathsResponse>
パラメーター
- resourceGroupName
-
string
Azure サブスクリプション内のリソース グループの名前。
- accountName
-
string
Media Services アカウント名。
- streamingLocatorName
-
string
ストリーミング ロケーター名。
options パラメーター。
戻り値
Promise<ListPathsResponse>