createApplicationDependency
Adds application dependency to the specified application.
Arguments
Argument Name | Type | Description |
---|---|---|
projectName |
String |
The name for the project that must be unique among all projects. (Required) |
applicationName |
String |
The name of the application (Required) |
applicationDependencyName |
String |
The name of application dependency. If not specified, a system generated guid is used. |
dependentApplicationName |
String |
The name of application which this application depends on. |
dependentProjectName |
String |
The name the project containing the dependent application. |
dependentSnapshotName |
String |
The name of snapshot of the dependent application. |
effectiveDate |
String |
The date when this dependency is applicable (for example, 2006-05-15). |
snapshotName |
String |
Name of the snapshot; must be unique within the application. |
deleteApplicationDependency
Deletes application dependency
Arguments
Argument Name | Type | Description |
---|---|---|
projectName |
String |
The name for the project that must be unique among all projects. (Required) |
applicationName |
String |
The name of the application (Required) |
applicationDependencyName |
String |
The name of application dependency. If not specified, a system generated guid is used. |
dependentApplicationName |
String |
The name of application which this application depends on. |
dependentProjectName |
String |
The name the project containing the dependent application. |
dependentSnapshotName |
String |
The name of snapshot of the dependent application. |
snapshotName |
String |
Name of the snapshot; must be unique within the application. |
modifyApplicationDependency
Modifies application dependency for the specified application.
Arguments
Argument Name | Type | Description |
---|---|---|
projectName |
String |
The name for the project that must be unique among all projects. (Required) |
applicationName |
String |
The name of the application (Required) |
applicationDependencyName |
String |
The name of application dependency. If not specified, a system generated guid is used. |
dependentApplicationName |
String |
The name of application which this application depends on. |
dependentProjectName |
String |
The name the project containing the dependent application. |
dependentSnapshotName |
String |
The name of snapshot of the dependent application. |
effectiveDate |
String |
The date when this dependency is applicable (for example, 2006-05-15). |
newName |
String |
New name for an existing object that is being renamed. |
snapshotName |
String |
Name of the snapshot; must be unique within the application. |