Transforms interface
Interface representing a Transforms.
Methods
create |
Creates or updates a new Transform. |
delete(string, string, string, Transforms |
Deletes a Transform. |
get(string, string, string, Transforms |
Gets a Transform. |
list(string, string, Transforms |
Lists the Transforms in the account. |
update(string, string, string, Transform, Transforms |
Updates a Transform. |
Method Details
createOrUpdate(string, string, string, Transform, TransformsCreateOrUpdateOptionalParams)
Creates or updates a new Transform.
function createOrUpdate(resourceGroupName: string, accountName: string, transformName: string, parameters: Transform, options?: TransformsCreateOrUpdateOptionalParams): Promise<Transform>
Parameters
- resourceGroupName
-
string
The name of the resource group within the Azure subscription.
- accountName
-
string
The Media Services account name.
- transformName
-
string
The Transform name.
- parameters
- Transform
The request parameters
The options parameters.
Returns
Promise<Transform>
delete(string, string, string, TransformsDeleteOptionalParams)
Deletes a Transform.
function delete(resourceGroupName: string, accountName: string, transformName: string, options?: TransformsDeleteOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
The name of the resource group within the Azure subscription.
- accountName
-
string
The Media Services account name.
- transformName
-
string
The Transform name.
- options
- TransformsDeleteOptionalParams
The options parameters.
Returns
Promise<void>
get(string, string, string, TransformsGetOptionalParams)
Gets a Transform.
function get(resourceGroupName: string, accountName: string, transformName: string, options?: TransformsGetOptionalParams): Promise<Transform>
Parameters
- resourceGroupName
-
string
The name of the resource group within the Azure subscription.
- accountName
-
string
The Media Services account name.
- transformName
-
string
The Transform name.
- options
- TransformsGetOptionalParams
The options parameters.
Returns
Promise<Transform>
list(string, string, TransformsListOptionalParams)
Lists the Transforms in the account.
function list(resourceGroupName: string, accountName: string, options?: TransformsListOptionalParams): PagedAsyncIterableIterator<Transform, Transform[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group within the Azure subscription.
- accountName
-
string
The Media Services account name.
- options
- TransformsListOptionalParams
The options parameters.
Returns
update(string, string, string, Transform, TransformsUpdateOptionalParams)
Updates a Transform.
function update(resourceGroupName: string, accountName: string, transformName: string, parameters: Transform, options?: TransformsUpdateOptionalParams): Promise<Transform>
Parameters
- resourceGroupName
-
string
The name of the resource group within the Azure subscription.
- accountName
-
string
The Media Services account name.
- transformName
-
string
The Transform name.
- parameters
- Transform
The request parameters
- options
- TransformsUpdateOptionalParams
The options parameters.
Returns
Promise<Transform>