Interface Job.DefinitionStages.WithParentResource

All Known Subinterfaces:
Job.Definition, Job.DefinitionStages.Blank
Enclosing interface:
Job.DefinitionStages

public static interface Job.DefinitionStages.WithParentResource
The stage of the Job definition allowing to specify parent resource.
  • Method Details

    • withExistingTransform

      Job.DefinitionStages.WithCreate withExistingTransform(String resourceGroupName, String accountName, String transformName)
      Specifies resourceGroupName, accountName, transformName.
      Parameters:
      resourceGroupName - The name of the resource group within the Azure subscription.
      accountName - The Media Services account name.
      transformName - The Transform name.
      Returns:
      the next definition stage.