30 строки
1.9 KiB
YAML
30 строки
1.9 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.mediaservices.models.Job.UpdateStages.WithOutputs"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.Job.UpdateStages.WithOutputs"
|
|
name: "Job.UpdateStages.WithOutputs"
|
|
nameWithType: "Job.UpdateStages.WithOutputs"
|
|
summary: "The stage of the Job update allowing to specify outputs."
|
|
syntax: "public static interface **Job.UpdateStages.WithOutputs**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.Job.UpdateStages.WithOutputs.withOutputs(java.util.List<com.azure.resourcemanager.mediaservices.models.JobOutput>)"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.Job.UpdateStages.WithOutputs.withOutputs(List<JobOutput> outputs)"
|
|
name: "withOutputs(List<JobOutput> outputs)"
|
|
nameWithType: "Job.UpdateStages.WithOutputs.withOutputs(List<JobOutput> outputs)"
|
|
summary: "Specifies the outputs property: The outputs for the Job.."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The outputs for the Job."
|
|
name: "outputs"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.mediaservices.models.JobOutput?alt=com.azure.resourcemanager.mediaservices.models.JobOutput&text=JobOutput\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public abstract Job.Update withOutputs(List<JobOutput> outputs)"
|
|
desc: "Specifies the outputs property: The outputs for the Job.."
|
|
returns:
|
|
description: "the next definition stage."
|
|
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.Job.Update?alt=com.azure.resourcemanager.mediaservices.models.Job.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "The stage of the Job update allowing to specify outputs."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.mediaservices.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-mediaservices:2.3.0
|