Back to index
Summary
Removes the specified component from an application tier.projectNameStringrequiredThe name for the project that must be unique among all projects. applicationNameStringrequiredThe name of the application. applicationTierNameStringrequiredName of the tier; must be unique within the application. componentNameStringrequiredName of the component. componentProjectNameStringoptionalProject name of the component. |
Usage
Perl
$cmdr->removeComponentFromApplicationTier( "test-projectName", # projectName "test-applicationName", # applicationName "test-applicationTierName", # applicationTierName "test-componentName" # componentName # optionals );
ectool
ectool removeComponentFromApplicationTier \ "test-projectName" `# projectName` \ "test-applicationName" `# applicationName` \ "test-applicationTierName" `# applicationTierName` \ "test-componentName" `# componentName` \ # optionals