Adds DNS options.
Output / Response
Returns long type and represents the database object ID of the newly added DNS deployment option.
API Call:
long addDNSDeploymentOption( long entityId, String
name, String value, String properties
)
Parameter | Description |
---|---|
entityId | The object ID for the entity to which this deployment option is being added. |
name | The name of the DNS option being added. This name must be one of the constants listed in DNS Options. |
value | The value being assigned to the option. Note: Depending on the type of
deployment option being added, the format of the value might differ.
For more information, refer to Reference: Deployment Option value formats.
|
properties | Adds object properties, including comments and user-defined fields. |