Interface DtlEnvironment.DefinitionStages.WithArmTemplateDisplayName

All Known Subinterfaces:
DtlEnvironment.Definition, DtlEnvironment.DefinitionStages.WithCreate
Enclosing interface:
DtlEnvironment.DefinitionStages

public static interface DtlEnvironment.DefinitionStages.WithArmTemplateDisplayName
The stage of the DtlEnvironment definition allowing to specify armTemplateDisplayName.
  • Method Details

    • withArmTemplateDisplayName

      DtlEnvironment.DefinitionStages.WithCreate withArmTemplateDisplayName(String armTemplateDisplayName)
      Specifies the armTemplateDisplayName property: The display name of the Azure Resource Manager template that produced the environment..
      Parameters:
      armTemplateDisplayName - The display name of the Azure Resource Manager template that produced the environment.
      Returns:
      the next definition stage.