你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TransformsOperationsExtensions.CreateOrUpdate 方法

定义

创建或更新转换

public static Microsoft.Azure.Management.Media.Models.Transform CreateOrUpdate (this Microsoft.Azure.Management.Media.ITransformsOperations operations, string resourceGroupName, string accountName, string transformName, System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.TransformOutput> outputs, string description = default);
static member CreateOrUpdate : Microsoft.Azure.Management.Media.ITransformsOperations * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.TransformOutput> * string -> Microsoft.Azure.Management.Media.Models.Transform
<Extension()>
Public Function CreateOrUpdate (operations As ITransformsOperations, resourceGroupName As String, accountName As String, transformName As String, outputs As IList(Of TransformOutput), Optional description As String = Nothing) As Transform

参数

operations
ITransformsOperations

此扩展方法的操作组。

resourceGroupName
String

Azure 订阅中的资源组的名称。

accountName
String

媒体服务帐户名称。

transformName
String

转换名称。

outputs
IList<TransformOutput>

转换应该生成的一个或多个 TransformOutput 的数组。

description
String

转换的可选详细说明。

返回

注解

创建或更新新的转换。

适用于