DeploymentArgs

constructor(apiName: Output<String>? = null, customProperties: Output<Any>? = null, definitionId: Output<String>? = null, deploymentName: Output<String>? = null, description: Output<String>? = null, environmentId: Output<String>? = null, resourceGroupName: Output<String>? = null, server: Output<DeploymentServerArgs>? = null, serviceName: Output<String>? = null, state: Output<Either<String, DeploymentState>>? = null, title: Output<String>? = null, workspaceName: Output<String>? = null)