Interface ProjectEnvironmentType.DefinitionStages.WithDeploymentTargetId

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

public static interface ProjectEnvironmentType.DefinitionStages.WithDeploymentTargetId
The stage of the ProjectEnvironmentType definition allowing to specify deploymentTargetId.
  • Method Details

    • withDeploymentTargetId

      ProjectEnvironmentType.DefinitionStages.WithCreate withDeploymentTargetId(String deploymentTargetId)
      Specifies the deploymentTargetId property: Id of a subscription that the environment type will be mapped to. The environment's resources will be deployed into this subscription..
      Parameters:
      deploymentTargetId - Id of a subscription that the environment type will be mapped to. The environment's resources will be deployed into this subscription.
      Returns:
      the next definition stage.