共用方式為


Transformations interface

代表轉換的介面。

方法

createOrReplace(string, string, string, Transformation, TransformationsCreateOrReplaceOptionalParams)

建立轉換,或取代現有串流作業下的現有轉換。

get(string, string, string, TransformationsGetOptionalParams)

取得指定轉換的詳細資料。

update(string, string, string, Transformation, TransformationsUpdateOptionalParams)

更新現有串流作業下的現有轉換。 這可用來部分更新 (ie。) 轉換更新一或兩個屬性,而不會影響作業或轉換定義的其餘部分。

方法詳細資料

createOrReplace(string, string, string, Transformation, TransformationsCreateOrReplaceOptionalParams)

建立轉換,或取代現有串流作業下的現有轉換。

function createOrReplace(resourceGroupName: string, jobName: string, transformationName: string, transformation: Transformation, options?: TransformationsCreateOrReplaceOptionalParams): Promise<TransformationsCreateOrReplaceResponse>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

jobName

string

串流作業的名稱。

transformationName

string

轉換的名稱。

transformation
Transformation

將用來建立新轉換的轉換定義,或取代串流作業下現有的轉換。

傳回

get(string, string, string, TransformationsGetOptionalParams)

取得指定轉換的詳細資料。

function get(resourceGroupName: string, jobName: string, transformationName: string, options?: TransformationsGetOptionalParams): Promise<TransformationsGetResponse>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

jobName

string

串流作業的名稱。

transformationName

string

轉換的名稱。

options
TransformationsGetOptionalParams

選項參數。

傳回

update(string, string, string, Transformation, TransformationsUpdateOptionalParams)

更新現有串流作業下的現有轉換。 這可用來部分更新 (ie。) 轉換更新一或兩個屬性,而不會影響作業或轉換定義的其餘部分。

function update(resourceGroupName: string, jobName: string, transformationName: string, transformation: Transformation, options?: TransformationsUpdateOptionalParams): Promise<TransformationsUpdateResponse>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

jobName

string

串流作業的名稱。

transformationName

string

轉換的名稱。

transformation
Transformation

Transformation 物件。 此處指定的屬性會覆寫現有轉換中的對應屬性, (亦即。這些屬性將會更新) 。 此處設定為 null 的任何屬性都表示現有轉換中的對應屬性會維持不變,而不會因為此 PATCH 作業而變更。

options
TransformationsUpdateOptionalParams

選項參數。

傳回