174 строки
9.4 KiB
YAML
174 строки
9.4 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.mediaservices.models.Transform"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.Transform"
|
|
name: "Transform"
|
|
nameWithType: "Transform"
|
|
summary: "An immutable client-side representation of Transform."
|
|
syntax: "public interface **Transform**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.Transform.created()"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.Transform.created()"
|
|
name: "created()"
|
|
nameWithType: "Transform.created()"
|
|
summary: "Gets the created property: The UTC date and time when the Transform was created, in 'YYYY-MM-DDThh:mm:ssZ' format."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract OffsetDateTime created()"
|
|
desc: "Gets the created property: The UTC date and time when the Transform was created, in 'YYYY-MM-DDThh:mm:ssZ' format."
|
|
returns:
|
|
description: "the created value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.Transform.description()"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.Transform.description()"
|
|
name: "description()"
|
|
nameWithType: "Transform.description()"
|
|
summary: "Gets the description property: An optional verbose description of the Transform."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String description()"
|
|
desc: "Gets the description property: An optional verbose description of the Transform."
|
|
returns:
|
|
description: "the description value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.Transform.id()"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.Transform.id()"
|
|
name: "id()"
|
|
nameWithType: "Transform.id()"
|
|
summary: "Gets the id property: Fully qualified resource Id for the resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String id()"
|
|
desc: "Gets the id property: Fully qualified resource Id for the resource."
|
|
returns:
|
|
description: "the id value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.Transform.innerModel()"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.Transform.innerModel()"
|
|
name: "innerModel()"
|
|
nameWithType: "Transform.innerModel()"
|
|
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>mediaservices.<wbr>fluent.<wbr>models.<wbr>Transform<wbr>Inner object."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract TransformInner innerModel()"
|
|
desc: "Gets the inner com.azure.resourcemanager.mediaservices.fluent.models.TransformInner object."
|
|
returns:
|
|
description: "the inner object."
|
|
type: "<xref href=\"com.azure.resourcemanager.mediaservices.fluent.models.TransformInner?alt=com.azure.resourcemanager.mediaservices.fluent.models.TransformInner&text=TransformInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.Transform.lastModified()"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.Transform.lastModified()"
|
|
name: "lastModified()"
|
|
nameWithType: "Transform.lastModified()"
|
|
summary: "Gets the last<wbr>Modified property: The UTC date and time when the Transform was last updated, in 'YYYY-MM-DDThh:mm:ssZ' format."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract OffsetDateTime lastModified()"
|
|
desc: "Gets the lastModified property: The UTC date and time when the Transform was last updated, in 'YYYY-MM-DDThh:mm:ssZ' format."
|
|
returns:
|
|
description: "the lastModified value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.Transform.name()"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.Transform.name()"
|
|
name: "name()"
|
|
nameWithType: "Transform.name()"
|
|
summary: "Gets the name property: The name of the resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String name()"
|
|
desc: "Gets the name property: The name of the resource."
|
|
returns:
|
|
description: "the name value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.Transform.outputs()"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.Transform.outputs()"
|
|
name: "outputs()"
|
|
nameWithType: "Transform.outputs()"
|
|
summary: "Gets the outputs property: An array of one or more Transform<wbr>Outputs that the Transform should generate."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract List<TransformOutput> outputs()"
|
|
desc: "Gets the outputs property: An array of one or more TransformOutputs that the Transform should generate."
|
|
returns:
|
|
description: "the outputs value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.mediaservices.models.TransformOutput?alt=com.azure.resourcemanager.mediaservices.models.TransformOutput&text=TransformOutput\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.Transform.refresh()"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.Transform.refresh()"
|
|
name: "refresh()"
|
|
nameWithType: "Transform.refresh()"
|
|
summary: "Refreshes the resource to sync with Azure."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Transform refresh()"
|
|
desc: "Refreshes the resource to sync with Azure."
|
|
returns:
|
|
description: "the refreshed resource."
|
|
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.Transform?alt=com.azure.resourcemanager.mediaservices.models.Transform&text=Transform\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.Transform.refresh(com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.Transform.refresh(Context context)"
|
|
name: "refresh(Context context)"
|
|
nameWithType: "Transform.refresh(Context context)"
|
|
summary: "Refreshes the resource to sync with Azure."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Transform refresh(Context context)"
|
|
desc: "Refreshes the resource to sync with Azure."
|
|
returns:
|
|
description: "the refreshed resource."
|
|
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.Transform?alt=com.azure.resourcemanager.mediaservices.models.Transform&text=Transform\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.Transform.resourceGroupName()"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.Transform.resourceGroupName()"
|
|
name: "resourceGroupName()"
|
|
nameWithType: "Transform.resourceGroupName()"
|
|
summary: "Gets the name of the resource group."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String resourceGroupName()"
|
|
desc: "Gets the name of the resource group."
|
|
returns:
|
|
description: "the name of the resource group."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.Transform.systemData()"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.Transform.systemData()"
|
|
name: "systemData()"
|
|
nameWithType: "Transform.systemData()"
|
|
summary: "Gets the system<wbr>Data property: The system metadata relating to this resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract SystemData systemData()"
|
|
desc: "Gets the systemData property: The system metadata relating to this resource."
|
|
returns:
|
|
description: "the systemData value."
|
|
type: "<xref href=\"com.azure.core.management.SystemData?alt=com.azure.core.management.SystemData&text=SystemData\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.Transform.type()"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.Transform.type()"
|
|
name: "type()"
|
|
nameWithType: "Transform.type()"
|
|
summary: "Gets the type property: The type of the resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String type()"
|
|
desc: "Gets the type property: The type of the resource."
|
|
returns:
|
|
description: "the type value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.Transform.update()"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.Transform.update()"
|
|
name: "update()"
|
|
nameWithType: "Transform.update()"
|
|
summary: "Begins update for the Transform resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Transform.Update update()"
|
|
desc: "Begins update for the Transform resource."
|
|
returns:
|
|
description: "the stage of resource update."
|
|
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.Transform.Update?alt=com.azure.resourcemanager.mediaservices.models.Transform.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "An immutable client-side representation of Transform."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.mediaservices.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-mediaservices:2.3.0
|