Interface Transform
public interface Transform
An immutable client-side representation of Transform.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
The entirety of the Transform definition.static interface
The Transform definition stages.static interface
The template for Transform update.static interface
The Transform update stages. -
Method Summary
Modifier and TypeMethodDescriptioncreated()
Gets the created property: The UTC date and time when the Transform was created, in 'YYYY-MM-DDThh:mm:ssZ' format.Gets the description property: An optional verbose description of the Transform.id()
Gets the id property: Fully qualified resource Id for the resource.Gets the inner com.azure.resourcemanager.mediaservices.fluent.models.TransformInner object.Gets the lastModified property: The UTC date and time when the Transform was last updated, in 'YYYY-MM-DDThh:mm:ssZ' format.name()
Gets the name property: The name of the resource.outputs()
Gets the outputs property: An array of one or more TransformOutputs that the Transform should generate.refresh()
Refreshes the resource to sync with Azure.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Gets the name of the resource group.com.azure.core.management.SystemData
Gets the systemData property: The system metadata relating to this resource.type()
Gets the type property: The type of the resource.update()
Begins update for the Transform resource.
-
Method Details
-
id
String id()Gets the id property: Fully qualified resource Id for the resource.- Returns:
- the id value.
-
name
String name()Gets the name property: The name of the resource.- Returns:
- the name value.
-
type
String type()Gets the type property: The type of the resource.- Returns:
- the type value.
-
systemData
com.azure.core.management.SystemData systemData()Gets the systemData property: The system metadata relating to this resource.- Returns:
- the systemData value.
-
created
OffsetDateTime created()Gets the created property: The UTC date and time when the Transform was created, in 'YYYY-MM-DDThh:mm:ssZ' format.- Returns:
- the created value.
-
description
String description()Gets the description property: An optional verbose description of the Transform.- Returns:
- the description value.
-
lastModified
OffsetDateTime lastModified()Gets the lastModified property: The UTC date and time when the Transform was last updated, in 'YYYY-MM-DDThh:mm:ssZ' format.- Returns:
- the lastModified value.
-
outputs
List<TransformOutput> outputs()Gets the outputs property: An array of one or more TransformOutputs that the Transform should generate.- Returns:
- the outputs value.
-
resourceGroupName
String resourceGroupName()Gets the name of the resource group.- Returns:
- the name of the resource group.
-
innerModel
TransformInner innerModel()Gets the inner com.azure.resourcemanager.mediaservices.fluent.models.TransformInner object.- Returns:
- the inner object.
-
update
Transform.Update update()Begins update for the Transform resource.- Returns:
- the stage of resource update.
-
refresh
Transform refresh()Refreshes the resource to sync with Azure.- Returns:
- the refreshed resource.
-
refresh
Refreshes the resource to sync with Azure.- Parameters:
context
- The context to associate with this operation.- Returns:
- the refreshed resource.
-