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

Transform 构造函数

定义

重载

Transform()

初始化 Transform 类的新实例。

Transform(IList<TransformOutput>, String, String, String, DateTime, String, DateTime, SystemData)

初始化 Transform 类的新实例。

Transform()

初始化 Transform 类的新实例。

public Transform ();
Public Sub New ()

适用于

Transform(IList<TransformOutput>, String, String, String, DateTime, String, DateTime, SystemData)

初始化 Transform 类的新实例。

public Transform (System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.TransformOutput> outputs, string id = default, string name = default, string type = default, DateTime created = default, string description = default, DateTime lastModified = default, Microsoft.Azure.Management.Media.Models.SystemData systemData = default);
new Microsoft.Azure.Management.Media.Models.Transform : System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.TransformOutput> * string * string * string * DateTime * string * DateTime * Microsoft.Azure.Management.Media.Models.SystemData -> Microsoft.Azure.Management.Media.Models.Transform
Public Sub New (outputs As IList(Of TransformOutput), Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional created As DateTime = Nothing, Optional description As String = Nothing, Optional lastModified As DateTime = Nothing, Optional systemData As SystemData = Nothing)

参数

outputs
IList<TransformOutput>

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

id
String

资源的完全限定的资源 ID。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

资源的名称

type
String

资源类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”

created
DateTime

创建转换时的 UTC 日期和时间,格式为“YYYY-MM-DDThh:mm:ssZ”。

description
String

转换的可选详细说明。

lastModified
DateTime

上次更新转换的 UTC 日期和时间,格式为“YYYY-MM-DDThh:mm:ssZ”。

systemData
SystemData

与此资源相关的系统元数据。

适用于