Transforms interface
変換を表すインターフェイス。
メソッド
メソッドの詳細
createOrUpdate(string, string, string, Transform, TransformsCreateOrUpdateOptionalParams)
新しい Transform を作成または更新します。
function createOrUpdate(resourceGroupName: string, accountName: string, transformName: string, parameters: Transform, options?: TransformsCreateOrUpdateOptionalParams): Promise<Transform>
パラメーター
- resourceGroupName
-
string
Azure サブスクリプション内のリソース グループの名前。
- accountName
-
string
Media Services アカウント名。
- transformName
-
string
変換名。
- parameters
- Transform
要求パラメーター
options パラメーター。
戻り値
Promise<Transform>
delete(string, string, string, TransformsDeleteOptionalParams)
変換を削除します。
function delete(resourceGroupName: string, accountName: string, transformName: string, options?: TransformsDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
Azure サブスクリプション内のリソース グループの名前。
- accountName
-
string
Media Services アカウント名。
- transformName
-
string
変換名。
- options
- TransformsDeleteOptionalParams
options パラメーター。
戻り値
Promise<void>
get(string, string, string, TransformsGetOptionalParams)
変換を取得します。
function get(resourceGroupName: string, accountName: string, transformName: string, options?: TransformsGetOptionalParams): Promise<Transform>
パラメーター
- resourceGroupName
-
string
Azure サブスクリプション内のリソース グループの名前。
- accountName
-
string
Media Services アカウント名。
- transformName
-
string
変換名。
- options
- TransformsGetOptionalParams
options パラメーター。
戻り値
Promise<Transform>
list(string, string, TransformsListOptionalParams)
アカウント内の変換を一覧表示します。
function list(resourceGroupName: string, accountName: string, options?: TransformsListOptionalParams): PagedAsyncIterableIterator<Transform, Transform[], PageSettings>
パラメーター
- resourceGroupName
-
string
Azure サブスクリプション内のリソース グループの名前。
- accountName
-
string
Media Services アカウント名。
- options
- TransformsListOptionalParams
options パラメーター。
戻り値
update(string, string, string, Transform, TransformsUpdateOptionalParams)
変換を更新します。
function update(resourceGroupName: string, accountName: string, transformName: string, parameters: Transform, options?: TransformsUpdateOptionalParams): Promise<Transform>
パラメーター
- resourceGroupName
-
string
Azure サブスクリプション内のリソース グループの名前。
- accountName
-
string
Media Services アカウント名。
- transformName
-
string
変換名。
- parameters
- Transform
要求パラメーター
- options
- TransformsUpdateOptionalParams
options パラメーター。
戻り値
Promise<Transform>