Mediaservices interface
Mediaservices を表すインターフェイス。
メソッド
メソッドの詳細
beginCreateOrUpdate(string, string, MediaService, MediaservicesCreateOrUpdateOptionalParams)
Media Services アカウントを作成または更新する
function beginCreateOrUpdate(resourceGroupName: string, accountName: string, parameters: MediaService, options?: MediaservicesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<MediaservicesCreateOrUpdateResponse>, MediaservicesCreateOrUpdateResponse>>
パラメーター
- resourceGroupName
-
string
Azure サブスクリプション内のリソース グループの名前。
- accountName
-
string
Media Services アカウント名。
- parameters
- MediaService
要求パラメーター
options パラメーター。
戻り値
Promise<PollerLike<@azure/core-lro.PollOperationState<MediaservicesCreateOrUpdateResponse>, MediaservicesCreateOrUpdateResponse>>
beginCreateOrUpdateAndWait(string, string, MediaService, MediaservicesCreateOrUpdateOptionalParams)
Media Services アカウントを作成または更新する
function beginCreateOrUpdateAndWait(resourceGroupName: string, accountName: string, parameters: MediaService, options?: MediaservicesCreateOrUpdateOptionalParams): Promise<MediaservicesCreateOrUpdateResponse>
パラメーター
- resourceGroupName
-
string
Azure サブスクリプション内のリソース グループの名前。
- accountName
-
string
Media Services アカウント名。
- parameters
- MediaService
要求パラメーター
options パラメーター。
戻り値
Promise<MediaservicesCreateOrUpdateResponse>
beginUpdate(string, string, MediaServiceUpdate, MediaservicesUpdateOptionalParams)
既存の Media Services アカウントを更新する
function beginUpdate(resourceGroupName: string, accountName: string, parameters: MediaServiceUpdate, options?: MediaservicesUpdateOptionalParams): Promise<PollerLike<PollOperationState<MediaservicesUpdateResponse>, MediaservicesUpdateResponse>>
パラメーター
- resourceGroupName
-
string
Azure サブスクリプション内のリソース グループの名前。
- accountName
-
string
Media Services アカウント名。
- parameters
- MediaServiceUpdate
要求パラメーター
options パラメーター。
戻り値
Promise<PollerLike<@azure/core-lro.PollOperationState<MediaservicesUpdateResponse>, MediaservicesUpdateResponse>>
beginUpdateAndWait(string, string, MediaServiceUpdate, MediaservicesUpdateOptionalParams)
既存の Media Services アカウントを更新する
function beginUpdateAndWait(resourceGroupName: string, accountName: string, parameters: MediaServiceUpdate, options?: MediaservicesUpdateOptionalParams): Promise<MediaservicesUpdateResponse>
パラメーター
- resourceGroupName
-
string
Azure サブスクリプション内のリソース グループの名前。
- accountName
-
string
Media Services アカウント名。
- parameters
- MediaServiceUpdate
要求パラメーター
options パラメーター。
戻り値
Promise<MediaservicesUpdateResponse>
delete(string, string, MediaservicesDeleteOptionalParams)
Media Services アカウントを削除します
function delete(resourceGroupName: string, accountName: string, options?: MediaservicesDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
Azure サブスクリプション内のリソース グループの名前。
- accountName
-
string
Media Services アカウント名。
options パラメーター。
戻り値
Promise<void>
get(string, string, MediaservicesGetOptionalParams)
Media Services アカウントの詳細を取得する
function get(resourceGroupName: string, accountName: string, options?: MediaservicesGetOptionalParams): Promise<MediaService>
パラメーター
- resourceGroupName
-
string
Azure サブスクリプション内のリソース グループの名前。
- accountName
-
string
Media Services アカウント名。
- options
- MediaservicesGetOptionalParams
options パラメーター。
戻り値
Promise<MediaService>
list(string, MediaservicesListOptionalParams)
リソース グループ内の Media Services アカウントを一覧表示する
function list(resourceGroupName: string, options?: MediaservicesListOptionalParams): PagedAsyncIterableIterator<MediaService, MediaService[], PageSettings>
パラメーター
- resourceGroupName
-
string
Azure サブスクリプション内のリソース グループの名前。
- options
- MediaservicesListOptionalParams
options パラメーター。
戻り値
listBySubscription(MediaservicesListBySubscriptionOptionalParams)
サブスクリプション内の Media Services アカウントを一覧表示します。
function listBySubscription(options?: MediaservicesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<MediaService, MediaService[], PageSettings>
パラメーター
options パラメーター。
戻り値
listEdgePolicies(string, string, ListEdgePoliciesInput, MediaservicesListEdgePoliciesOptionalParams)
Media Services アカウントに関連付けられているすべてのメディア エッジ ポリシーを一覧表示します。
function listEdgePolicies(resourceGroupName: string, accountName: string, parameters: ListEdgePoliciesInput, options?: MediaservicesListEdgePoliciesOptionalParams): Promise<EdgePolicies>
パラメーター
- resourceGroupName
-
string
Azure サブスクリプション内のリソース グループの名前。
- accountName
-
string
Media Services アカウント名。
- parameters
- ListEdgePoliciesInput
要求パラメーター
options パラメーター。
戻り値
Promise<EdgePolicies>
syncStorageKeys(string, string, SyncStorageKeysInput, MediaservicesSyncStorageKeysOptionalParams)
Media Service アカウントに関連付けられているストレージ アカウントのストレージ アカウント キーを同期します。
function syncStorageKeys(resourceGroupName: string, accountName: string, parameters: SyncStorageKeysInput, options?: MediaservicesSyncStorageKeysOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
Azure サブスクリプション内のリソース グループの名前。
- accountName
-
string
Media Services アカウント名。
- parameters
- SyncStorageKeysInput
要求パラメーター
options パラメーター。
戻り値
Promise<void>