Share via


MediaTransformResource Class

Definition

A Class representing a MediaTransform along with the instance operations that can be performed on it. If you have a Azure.Core.ResourceIdentifier you can construct a MediaTransformResource from an instance of Azure.ResourceManager.ArmClient using the GetMediaTransformResource method. Otherwise you can get one from its parent resource MediaServicesAccountResource using the GetMediaTransform method.

public class MediaTransformResource : Azure.ResourceManager.ArmResource, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Media.MediaTransformData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Media.MediaTransformData>
type MediaTransformResource = class
    inherit ArmResource
    interface IJsonModel<MediaTransformData>
    interface IPersistableModel<MediaTransformData>
Public Class MediaTransformResource
Inherits ArmResource
Implements IJsonModel(Of MediaTransformData), IPersistableModel(Of MediaTransformData)
Inheritance
Azure.ResourceManager.ArmResource
MediaTransformResource
Implements
System.ClientModel.Primitives.IJsonModel<MediaTransformData> System.ClientModel.Primitives.IPersistableModel<MediaTransformData> System.ClientModel.Primitives.IPersistableModel<T>

Constructors

MediaTransformResource()

Initializes a new instance of the MediaTransformResource class for mocking.

Fields

ResourceType

Gets the resource type for the operations.

Properties

Data

Gets the data representing this Feature.

HasData

Gets whether or not the current instance has data.

Methods

CreateResourceIdentifier(String, String, String, String)

Generate the resource identifier of a MediaTransformResource instance.

Delete(WaitUntil, CancellationToken)

Deletes a Transform.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/transforms/{transformName}
  • Operation Id: Transforms_Delete
  • Default Api Version: 2022-07-01
  • Resource: MediaTransformResource
DeleteAsync(WaitUntil, CancellationToken)

Deletes a Transform.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/transforms/{transformName}
  • Operation Id: Transforms_Delete
  • Default Api Version: 2022-07-01
  • Resource: MediaTransformResource
Get(CancellationToken)

Gets a Transform.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/transforms/{transformName}
  • Operation Id: Transforms_Get
  • Default Api Version: 2022-07-01
  • Resource: MediaTransformResource
GetAsync(CancellationToken)

Gets a Transform.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/transforms/{transformName}
  • Operation Id: Transforms_Get
  • Default Api Version: 2022-07-01
  • Resource: MediaTransformResource
GetMediaJob(String, CancellationToken)

Gets a Job.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/transforms/{transformName}/jobs/{jobName}
  • Operation Id: Jobs_Get
  • Default Api Version: 2022-07-01
  • Resource: MediaJobResource
GetMediaJobAsync(String, CancellationToken)

Gets a Job.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/transforms/{transformName}/jobs/{jobName}
  • Operation Id: Jobs_Get
  • Default Api Version: 2022-07-01
  • Resource: MediaJobResource
GetMediaJobs()

Gets a collection of MediaJobResources in the MediaTransform.

Update(MediaTransformData, CancellationToken)

Updates a Transform.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/transforms/{transformName}
  • Operation Id: Transforms_Update
  • Default Api Version: 2022-07-01
  • Resource: MediaTransformResource
UpdateAsync(MediaTransformData, CancellationToken)

Updates a Transform.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/transforms/{transformName}
  • Operation Id: Transforms_Update
  • Default Api Version: 2022-07-01
  • Resource: MediaTransformResource

Explicit Interface Implementations

IJsonModel<MediaTransformData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<MediaTransformData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided System.Text.Json.Utf8JsonWriter.

IPersistableModel<MediaTransformData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided System.BinaryData into a model.

IPersistableModel<MediaTransformData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<MediaTransformData>.Write(ModelReaderWriterOptions)

Writes the model into a System.BinaryData.

Applies to