共用方式為


Transformations interface

表示轉換的介面。

方法

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

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

get(string, string, string, TransformationsGetOptionalParams)

取得指定轉換的詳細數據。

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

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

方法詳細資料

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)

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

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

選項參數。

傳回