Interface ProjectEnvironmentType.UpdateStages.WithDeploymentTargetId

All Known Subinterfaces:
ProjectEnvironmentType.Update
Enclosing interface:
ProjectEnvironmentType.UpdateStages

public static interface ProjectEnvironmentType.UpdateStages.WithDeploymentTargetId
The stage of the ProjectEnvironmentType update allowing to specify deploymentTargetId.
  • Method Summary

    Modifier and Type
    Method
    Description
    withDeploymentTargetId(String deploymentTargetId)
    Specifies the deploymentTargetId property: Id of a subscription that the environment type will be mapped to.
  • Method Details

    • withDeploymentTargetId

      ProjectEnvironmentType.Update 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.